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