Function WSDCreateDeviceProxyAdvanced
pub unsafe fn WSDCreateDeviceProxyAdvanced<P0, P1, P2, P3>(
pszdeviceid: P0,
pdeviceaddress: P1,
pszlocalid: P2,
pcontext: P3,
) -> Result<IWSDDeviceProxy>where
P0: Param<PCWSTR>,
P1: Param<IWSDAddress>,
P2: Param<PCWSTR>,
P3: Param<IWSDXMLContext>,