pub unsafe extern "C" fn aws_websocket_send_frame(
websocket: *mut aws_websocket,
options: *const aws_websocket_send_frame_options
) -> c_int
Expand description
Send a websocket frame.
The options
struct is copied.
A callback will be invoked when the operation completes.
This function may be called from any thread.