struct jnc_Box

struct jnc_Box {
    // fields

    jnc_Type* m_type;
    uintptr_t m_flags: 10;
    uintptr_t m_rootOffset: 22;
};