[−][src]Function guile_sys::scm_c_with_throw_handler
pub unsafe extern "C" fn scm_c_with_throw_handler(
tag: SCM,
body: scm_t_catch_body,
body_data: *mut c_void,
handler: scm_t_catch_handler,
handler_data: *mut c_void,
lazy_catch_p: c_int
) -> SCM