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