pub unsafe extern "C" fn lwip_inet_ntop(
    af: i32,
    src: *const c_void,
    dst: *mut i8,
    size: u32
) -> *const i8