Type Definition scm_t_catch_body
guile_sys
type scm_t_catch_body = Option<unsafe extern "C" fn(data: *mut c_void) -> SCM>;