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