macro_rules! list_for_each_entry {
    ($container:ty, $head:expr, $($fields:expr)+, |$entry:ident| => $st:stmt) => { ... };
}