pub unsafe extern "C" fn getprotoent_r(
    __result_buf: *mut protoent,
    __buf: *mut c_char,
    __buflen: size_t,
    __result: *mut *mut protoent
) -> c_int