pub type jit_debugger_hook_func = Option<extern "C" fn(arg1: jit_function_t, arg2: jit_nint, arg3: jit_nint)>;
pub enum jit_debugger_hook_func { None, Some(extern "C" fn(*mut c_void, i64, i64)), }
No value.
Some value of type T.
T