struct jnc_FunctionPtrTypeFuncTable

struct jnc_FunctionPtrTypeFuncTable {
    // fields

    size_t m_size;
    jnc_FunctionPtrType_GetPtrTypeKindFunc* m_getPtrTypeKindFunc;
    jnc_FunctionPtrType_GetTargetTypeFunc* m_getTargetTypeFunc;
};