inet_ntop

Function inet_ntop 

Source
pub unsafe extern "C" fn inet_ntop(
    __af: c_int,
    __cp: *const c_void,
    __buf: *mut c_char,
    __len: socklen_t,
) -> *const c_char