Macro offsetOf

Source
macro_rules! offsetOf {
    ($structType:ty, $field:ident) => { ... };
}