pub fn clear_marked_system<C: Component>(
    commands: Commands<'_, '_>,
    q: Query<'_, '_, Entity, With<C>>
)