macro_rules! field_of { ($ptr:expr, $container:path, $field:ident, $field_type:ty) => { ... }; }
Returns the field of a given container.
The pointer must point to a valid instance of the container.