pub unsafe extern "C" fn getgrnam_r( name: *const u8, grp: *mut group, buf: *mut u8, buflen: usize, result: *mut *mut group, ) -> i32