enum jnc.DataPtrTypeKind

enum DataPtrTypeKind {
    Normal = 0,
    Lean,
    Thin,
    _Count,
};