pub unsafe extern "C" fn c4socket_completedWrite(
socket: *mut C4Socket,
byteCount: usize,
)Expand description
Notifies LiteCore that a C4SocketFactory.write request has been completed, i.e. the bytes have been written to the socket. @param socket The socket. @param byteCount The number of bytes that were written.