pub unsafe fn WsCreateListener(
    channeltype: WS_CHANNEL_TYPE,
    channelbinding: WS_CHANNEL_BINDING,
    properties: Option<&[WS_LISTENER_PROPERTY]>,
    securitydescription: Option<*const WS_SECURITY_DESCRIPTION>,
    listener: *mut *mut WS_LISTENER,
    error: Option<*const WS_ERROR>
) -> Result<()>