enum jnc.DataPtrKind

enum DataPtrKind {
    Normal = 0x000000,
    Lean   = 0x100000,
    Thin   = 0x200000,
    _Count = 3,
};