Function gethostbyname2_r

Source
pub unsafe extern "C" fn gethostbyname2_r(
    __name: *const i8,
    __af: i32,
    __result_buf: *mut hostent,
    __buf: *mut i8,
    __buflen: usize,
    __result: *mut *mut hostent,
    __h_errnop: *mut i32,
) -> i32