pub unsafe fn WsReadMessageEnd(
    channel: *const WS_CHANNEL,
    message: *const WS_MESSAGE,
    asynccontext: Option<*const WS_ASYNC_CONTEXT>,
    error: Option<*const WS_ERROR>
) -> Result<()>