getspnam_r

Function getspnam_r 

Source
pub unsafe extern "C" fn getspnam_r(
    name: *const u8,
    spbuf: *mut spwd,
    buf: *mut u8,
    buflen: usize,
    spbufp: *mut *mut spwd,
) -> i32