pub unsafe extern "C" fn getpwnam_r( name: *const i8, pwd: *mut passwd, buf: *mut i8, buflen: usize, result: *mut *mut passwd, ) -> i32