pub unsafe fn WSDCreateDiscoveryProvider2<P0>(
    pcontext: P0,
    pconfigparams: Option<&[WSD_CONFIG_PARAM]>
) -> Result<IWSDiscoveryProvider>
where P0: IntoParam<IWSDXMLContext>,