enum jnc.FunctionPtrTypeKind

enum FunctionPtrTypeKind {
    Normal = 0,
    Weak,
    Thin,
    _Count,
};