Function libc::unix::linux_like::linux::gnu::fgetpwent_r
source · pub unsafe extern "C" fn fgetpwent_r(
stream: *mut FILE,
pwd: *mut passwd,
buf: *mut c_char,
buflen: size_t,
result: *mut *mut passwd
) -> c_int