pub unsafe fn WsReadEnvelopeStart(
    message: *const WS_MESSAGE,
    reader: *const WS_XML_READER,
    donecallback: WS_MESSAGE_DONE_CALLBACK,
    donecallbackstate: Option<*const c_void>,
    error: Option<*const WS_ERROR>
) -> Result<()>