pub unsafe fn WSDCreateDeviceHost<P0, P1>(
    pszlocalid: P0,
    pcontext: P1
) -> Result<IWSDDeviceHost>
where P0: IntoParam<PCWSTR>, P1: IntoParam<IWSDXMLContext>,