pub type jvmtiEventReserved = Option<extern "C" fn()>;
pub enum jvmtiEventReserved { None, Some(extern "C" fn()), }
No value.
Some value of type T.
T