Function ndk_sys::gethostbyaddr_r
source · pub unsafe extern "C" fn gethostbyaddr_r(
__addr: *const c_void,
__length: socklen_t,
__type: c_int,
__ret: *mut hostent,
__buf: *mut c_char,
__buf_size: usize,
__result: *mut *mut hostent,
__h_errno_ptr: *mut c_int
) -> c_int