Function WSDGenerateFault
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: Param<PCWSTR>,
P1: Param<PCWSTR>,
P2: Param<PCWSTR>,
P3: Param<PCWSTR>,
P4: Param<IWSDXMLContext>,