pub unsafe fn WSDCreateDeviceHost2<P0, P1>(
    pszlocalid: P0,
    pcontext: P1,
    pconfigparams: Option<&[WSD_CONFIG_PARAM]>
) -> Result<IWSDDeviceHost>
where P0: IntoParam<PCWSTR>, P1: IntoParam<IWSDXMLContext>,