pub unsafe extern "system" fn WsSendFaultMessageForError(
    channel: *const WS_CHANNEL,
    replymessage: *const WS_MESSAGE,
    faulterror: *const WS_ERROR,
    faulterrorcode: HRESULT,
    faultdisclosure: WS_FAULT_DISCLOSURE,
    requestmessage: *const WS_MESSAGE,
    asynccontext: *const WS_ASYNC_CONTEXT,
    error: *const WS_ERROR
) -> HRESULT
Expand description

Required features: "Win32_Networking_WindowsWebServices"