pub unsafe extern "system" fn WsCreateListener(
    channeltype: WS_CHANNEL_TYPE,
    channelbinding: WS_CHANNEL_BINDING,
    properties: *const WS_LISTENER_PROPERTY,
    propertycount: u32,
    securitydescription: *const WS_SECURITY_DESCRIPTION,
    listener: *mut *mut WS_LISTENER,
    error: *const WS_ERROR
) -> HRESULT
Expand description

Required features: "Win32_Networking_WindowsWebServices"