Type Definition c_ares_sys::ares_host_callback

source ·
pub type ares_host_callback = Option<unsafe extern "C" fn(arg: *mut c_void, status: c_int, timeouts: c_int, hostent: *mut hostent)>;