pub unsafe extern "C" fn lwip_getsockname(
    s: c_int,
    name: *mut sockaddr,
    namelen: *mut socklen_t
) -> c_int