macro_rules! impl_authorize_target {
    (for $target: ty: $actor: ident $(with Value=$target_value_ty: ty =>)? fn($self: ident, $key_var: pat, $action_var: pat, $target_value_var: pat) $body: block) => { ... };
}