pub type LLVMYieldCallback = Option<extern "C" fn(arg1: LLVMContextRef, arg2: *mut c_void)>;
pub enum LLVMYieldCallback { None, Some(extern "C" fn(*mut LLVMContext, *mut c_void)), }
No value.
Some value of type T.
T