pub type jit_opcode_info_t = jit_opcode_info;
#[repr(C)]pub struct jit_opcode_info_t { pub name: *const i8, pub flags: i32, }
name: *const i8
flags: i32