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