pub unsafe extern "C" fn lwip_setsockopt(
    s: i32,
    level: i32,
    optname: i32,
    optval: *const c_void,
    optlen: u32
) -> i32