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