Function shadow_rs::cshadow::address_ipToNewString
source ยท pub unsafe extern "C-unwind" fn address_ipToNewString(
ip: in_addr_t,
) -> *mut gchar
Expand description
Turns the IPv4 address into a newly allocated string that should be freed by the caller. Address must be in network byte order.