pub type IMP = Option<Imp>;
runtime::Imp
pub enum IMP { None, Some(unsafe extern "C-unwind" fn()), }
No value.
Some value of type T.
T