Function libc::unix::linux_like::linux::gnu::fgetspent_r
source · pub unsafe extern "C" fn fgetspent_r(
fp: *mut FILE,
spbuf: *mut spwd,
buf: *mut c_char,
buflen: size_t,
spbufp: *mut *mut spwd
) -> c_int