pub unsafe fn WSDGenerateFaultEx<P0>(
    pcode: *const WSDXML_NAME,
    psubcode: Option<*const WSDXML_NAME>,
    preasons: *const WSD_LOCALIZED_STRING_LIST,
    pszdetail: P0
) -> Result<*mut WSD_SOAP_FAULT>
where P0: IntoParam<PCWSTR>,