pub unsafe fn WsSendMessage(
    channel: *const WS_CHANNEL,
    message: *const WS_MESSAGE,
    messagedescription: *const WS_MESSAGE_DESCRIPTION,
    writeoption: WS_WRITE_OPTION,
    bodyvalue: Option<*const c_void>,
    bodyvaluesize: u32,
    asynccontext: Option<*const WS_ASYNC_CONTEXT>,
    error: Option<*const WS_ERROR>
) -> Result<()>