pub unsafe extern "C" fn ares_dns_addr_to_ptr(
    addr: *const ares_addr
) -> *mut c_char
Expand description

Convert an ip address into the PTR format for in-addr.arpa or in6.arpa

\param[in] addr properly filled address structure \return String representing PTR, use ares_free_string() to free