Function CM_Get_Device_Interface_ListW
pub unsafe fn CM_Get_Device_Interface_ListW<P1>(
interfaceclassguid: *const GUID,
pdeviceid: P1,
buffer: &mut [u16],
ulflags: CM_GET_DEVICE_INTERFACE_LIST_FLAGS,
) -> CONFIGRETwhere
P1: Param<PCWSTR>,