pub unsafe fn WSDGenerateFault<P0, P1, P2, P3, P4>(
    pszcode: P0,
    pszsubcode: P1,
    pszreason: P2,
    pszdetail: P3,
    pcontext: P4
) -> Result<*mut WSD_SOAP_FAULT>
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>, P2: IntoParam<PCWSTR>, P3: IntoParam<PCWSTR>, P4: IntoParam<IWSDXMLContext>,