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