pub unsafe extern "system" fn WsCreateChannelForListener(
    listener: *const WS_LISTENER,
    properties: *const WS_CHANNEL_PROPERTY,
    propertycount: u32,
    channel: *mut *mut WS_CHANNEL,
    error: *const WS_ERROR
) -> HRESULT
Expand description

Required features: "Win32_Networking_WindowsWebServices"