#[unsafe(no_mangle)] pub extern "C" fn accept4( fd: c_int, addr: *mut sockaddr, len: *mut socklen_t, flg: c_int, ) -> c_int