Function CM_Register_Device_Interface_ExW
pub unsafe fn CM_Register_Device_Interface_ExW<P2>(
dndevinst: u32,
interfaceclassguid: *const GUID,
pszreference: P2,
pszdeviceinterface: PWSTR,
pullength: *mut u32,
ulflags: u32,
hmachine: Option<isize>,
) -> CONFIGRETwhere
P2: Param<PCWSTR>,