pub unsafe fn WSDCreateDeviceProxy<P0, P1, P2>(
    pszdeviceid: P0,
    pszlocalid: P1,
    pcontext: P2
) -> Result<IWSDDeviceProxy>
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>, P2: IntoParam<IWSDXMLContext>,