in pam_c.go [122:127]
func ownerUID(path string) int { cPath := C.CString(path) defer C.free(unsafe.Pointer(cPath)) return int(C.owner_uid(cPath)) }