#[unsafe(no_mangle)]pub unsafe extern "C" fn inet_ntop(
af: c_int,
src: *const c_void,
dst: *mut c_char,
size: socklen_t,
) -> *const c_charExpand description
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/inet_ntop.html.
Converts a numeric address into a text string suitable for presentation.