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