pub unsafe extern "C" fn esp_openthread_getaddrinfo_dns64(
    nodename: *const u8,
    servname: *const u8,
    hints: *const addrinfo,
    res: *mut *mut addrinfo,
) -> i32Expand description
@brief The alternative function for getaddrinfo and adds the NAT64 prefix.