macro_rules! handlers_objects {
    (
        $system_name:ident {
            $($object_name:ident),+
        }
    ) => { ... };
}