Type Alias jit_debugger_hook_func

Source
pub type jit_debugger_hook_func = Option<extern "C" fn(arg1: jit_function_t, arg2: jit_nint, arg3: jit_nint)>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.