macro_rules! impl_active_checks {
( $( ($check:ident,$check_func:ident,$response_func:ident,$name:literal,$desc:literal )),* ) => { ... };
}macro_rules! impl_active_checks {
( $( ($check:ident,$check_func:ident,$response_func:ident,$name:literal,$desc:literal )),* ) => { ... };
}