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