Function WSDCreateDeviceProxy2
pub unsafe fn WSDCreateDeviceProxy2<P0, P1, P2>(
pszdeviceid: P0,
pszlocalid: P1,
pcontext: P2,
pconfigparams: Option<&[WSD_CONFIG_PARAM]>,
) -> Result<IWSDDeviceProxy>where
P0: Param<PCWSTR>,
P1: Param<PCWSTR>,
P2: Param<IWSDXMLContext>,