macro_rules! return_ok { () => { ... }; }
Macro that matches all successful instruction results. Used in pattern matching to handle all successful execution outcomes.