struct jnc_DataPtrTypeFuncTable
struct jnc_DataPtrTypeFuncTable { // fields size_t m_size; jnc_DataPtrType_GetPtrKindFunc* m_getPtrKindFunc; jnc_DataPtrType_GetTargetTypeFunc* m_getTargetTypeFunc; jnc_DataPtrType_GetBitOffsetFunc* m_getBitOffsetFunc; jnc_DataPtrType_GetBitCountFunc* m_getBitCountFunc; };