pub type jvmtiLineNumberEntry = _jvmtiLineNumberEntry;
#[repr(C)]pub struct jvmtiLineNumberEntry { pub start_location: i32, pub line_number: i32, }
start_location: i32
line_number: i32