func seteuid()

in pam_c.go [158:160]


func seteuid(uid int) bool {
	return C.change_euid(C.int(uid)) == C.int(0)
}