scm_t_catch_handler

Type Alias scm_t_catch_handler 

Source
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§

§1.0.0

None

No value.

§1.0.0

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.