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