Function getprotoent_r

Source
pub unsafe extern "C" fn getprotoent_r(
    __result_buf: *mut protoent,
    __buf: *mut i8,
    __buflen: usize,
    __result: *mut *mut protoent,
) -> i32