macro_rules! handle_result {
    ($call_result:expr) => { ... };
}