#[no_mangle] pub unsafe extern "C" fn sys_setsockopt( fd: i32, level: i32, optname: i32, optval: *const c_void, optlen: socklen_t, ) -> i32