pub type LLVMFatalErrorHandler = Option<extern "C" fn(Reason: *const c_char)>;
enum LLVMFatalErrorHandler { None, Some(extern "C" fn(_: *const i8)), }
No value.
Some value of type T.
T