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