macro_rules! offset_of_struct {
    ($struct_name: ty, $field_name: tt) => { ... };
}