pub unsafe fn CM_Get_Device_Interface_ListW<P0>(
    interfaceclassguid: *const GUID,
    pdeviceid: P0,
    buffer: &mut [u16],
    ulflags: CM_GET_DEVICE_INTERFACE_LIST_FLAGS
) -> CONFIGRET
where P0: IntoParam<PCWSTR>,