Type Alias jit_exception_func

Source
pub type jit_exception_func = Option<extern "C" fn(arg1: c_int) -> *mut c_void>;

Aliased Type§

pub enum jit_exception_func {
    None,
    Some(extern "C" fn(i32) -> *mut c_void),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(extern "C" fn(i32) -> *mut c_void)

Some value of type T.