pub unsafe fn WsCreateFaultFromError(
    error: *const WS_ERROR,
    faulterrorcode: HRESULT,
    faultdisclosure: WS_FAULT_DISCLOSURE,
    heap: *const WS_HEAP,
    fault: *mut WS_FAULT
) -> Result<()>