Function c_ares_sys::ares_gethostbyaddr

source ยท
pub unsafe extern "C" fn ares_gethostbyaddr(
    channel: *mut ares_channel_t,
    addr: *const c_void,
    addrlen: c_int,
    family: c_int,
    callback: ares_host_callback,
    arg: *mut c_void,
)