macro_rules! impl_drop_guard {
($struct_name:ident, $unlock_fn:ident) => { ... };
($struct_name:ident, $lifetime:lifetime, $unlock_fn:ident) => { ... };
}
macro_rules! impl_drop_guard {
($struct_name:ident, $unlock_fn:ident) => { ... };
($struct_name:ident, $lifetime:lifetime, $unlock_fn:ident) => { ... };
}