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