pub unsafe fn WsCreateMessageForChannel(
    channel: *const WS_CHANNEL,
    properties: Option<&[WS_MESSAGE_PROPERTY]>,
    message: *mut *mut WS_MESSAGE,
    error: Option<*const WS_ERROR>
) -> Result<()>