Function esp_idf_sys::dns_gethostbyname

source ยท
pub unsafe extern "C" fn dns_gethostbyname(
    hostname: *const c_char,
    addr: *mut ip_addr_t,
    found: dns_found_callback,
    callback_arg: *mut c_void,
) -> err_t