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