pub unsafe 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: Option<*const WS_ASYNC_CONTEXT>,
    error: Option<*const WS_ERROR>
) -> Result<()>