Function WsWriteEnvelopeStart
pub unsafe fn WsWriteEnvelopeStart(
message: *const WS_MESSAGE,
writer: *const WS_XML_WRITER,
donecallback: WS_MESSAGE_DONE_CALLBACK,
donecallbackstate: Option<*const c_void>,
error: Option<*const WS_ERROR>,
) -> Result<()>