macro_rules! get_current_owner {
    ($ownership_tracker:ident, $object:ident) => { ... };
}