Function getprotobynumber_r

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