pub unsafe fn sendto( socket: u64, buf: *const c_void, len: c_int, flags: c_int, addr: *const SOCKADDR, addrlen: c_int ) -> c_int
windows_c