pub type jit_on_demand_func = Option<unsafe extern "C" fn(func: jit_function_t) -> c_int>;
pub enum jit_on_demand_func { None, Some(unsafe extern "C" fn(*mut c_void) -> i32), }
No value.
Some value of type T.
T