pub unsafe extern "C" fn ares_gethostbyname_file(
    channel: *mut ares_channel_t,
    name: *const c_char,
    family: c_int,
    host: *mut *mut hostent
) -> c_int