macro_rules! impl_multi_ownable {
    ($contract: ident, $state: ident, $allowed_calls_enum: ty $(, $on_call:ident)?) => { ... };
}