Macro fail_wrap

Source
macro_rules! fail_wrap {
    ( $_code : literal, $_error : expr ) => { ... };
}