[][src]Type Definition guile_sys::scm_t_catch_handler

type scm_t_catch_handler = Option<unsafe extern "C" fn(data: *mut c_void, tag: SCM, throw_args: SCM) -> SCM>;