1
2
3
4
5
6
pub struct MethodInfo {
    pub name: String,
    pub vtable_offset: u32,
    pub overload: u32,
    pub is_deprecated: bool,
}