struct jnc_BaseTypeSlotFuncTable

struct jnc_BaseTypeSlotFuncTable {
    // fields

    size_t m_size;
    jnc_BaseTypeSlot_GetOffsetFunc* m_getOffsetFunc;
    jnc_BaseTypeSlot_GetVtableIndexFunc* m_getVtableIndexFunc;
};