pub unsafe extern "C" fn aws_default_dns_resolve(
    allocator: *mut aws_allocator,
    host_name: *const aws_string,
    output_addresses: *mut aws_array_list,
    user_data: *mut c_void
) -> c_int
Expand description

WARNING! do not call this function directly (getaddrinfo()): it blocks. Provide a pointer to this function for other resolution functions.