Function inet_ntop

Source
pub unsafe extern "C" fn inet_ntop(
    __af: i32,
    __cp: *const c_void,
    __buf: *mut i8,
    __len: u32,
) -> *const i8