pub unsafe extern "C" fn getpwuid_r( uid: u32, pwd: *mut passwd, buf: *mut i8, buflen: usize, result: *mut *mut passwd ) -> i32