pub unsafe extern "C" fn lwip_inet_ntop(
    af: c_int,
    src: *const c_void,
    dst: *mut c_char,
    size: socklen_t
) -> *const c_char