CK>status = api_call_foo(...) CK>if (!status) CK>{ CK> panic("foo failed") CK>} CK>do_smthng_with_foo() CK>