Macro ok

Source
macro_rules! ok {
    ($fmt:literal $(, $fmt_arg:expr)*) => { ... };
}