windows::Win32::Devices::DeviceAndDriverInstallation

Function SetupDiOpenDeviceInterfaceW

pub unsafe fn SetupDiOpenDeviceInterfaceW<P1>(
    deviceinfoset: HDEVINFO,
    devicepath: P1,
    openflags: u32,
    deviceinterfacedata: Option<*mut SP_DEVICE_INTERFACE_DATA>,
) -> Result<()>
where P1: Param<PCWSTR>,