pub unsafe extern "C" fn nrf_getaddrinfo(
    nodename: *const c_char,
    servname: *const c_char,
    hints: *const nrf_addrinfo,
    res: *mut *mut nrf_addrinfo
) -> c_int
Expand description

Get address information.

@details See POSIX.1-2017 article for normative description.

In addition, the function shall return -1 and set the following errno: