Type Definition guile_sys::scm_t_catch_handler [] [src]

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