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