//0x30 bytes (sizeof)
struct _CIMFS_LAYER_INFORMATION
{
struct _GUID TargetVolume; //0x0
struct _UNICODE_STRING* CimFiles; //0x10
ULONG CimFilesCount; //0x18
ULONG MountFlags; //0x1c
UCHAR ParentIsVsmb; //0x20
CHAR* ParentDeviceArcName; //0x28
};