pub type scm_t_catch_handler = Option<unsafe extern "C" fn(data: *mut c_void, tag: SCM, throw_args: SCM) -> SCM>;Aliased Type§
pub enum scm_t_catch_handler {
None,
Some(unsafe extern "C" fn(*mut c_void, *mut Struct_scm_unused_struct, *mut Struct_scm_unused_struct) -> *mut Struct_scm_unused_struct),
}Variants§
None
No value.
Some(unsafe extern "C" fn(*mut c_void, *mut Struct_scm_unused_struct, *mut Struct_scm_unused_struct) -> *mut Struct_scm_unused_struct)
Some value of type T.