pub unsafe extern "C" fn sendto( socket: i32, buf: *const c_void, len: usize, flags: i32, addr: *const sockaddr, addrlen: u32 ) -> isize