Function ndk_sys::gethostbyname2_r
source · pub unsafe extern "C" fn gethostbyname2_r(
__name: *const c_char,
__af: c_int,
__ret: *mut hostent,
__buf: *mut c_char,
__buf_size: usize,
__result: *mut *mut hostent,
__h_errno_ptr: *mut c_int
) -> c_int