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