jit_debugger_hook_func

Type Alias jit_debugger_hook_func 

Source
pub type jit_debugger_hook_func = Option<unsafe extern "C" fn(func: jit_function_t, data1: jit_nint, data2: jit_nint)>;

Aliased Type§

pub enum jit_debugger_hook_func {
    None,
    Some(unsafe extern "C" fn(*mut c_void, i64, i64)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut c_void, i64, i64))

Some value of type T.