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