pub type jvmtiEventObjectFree = Option<unsafe extern "C" fn(jvmti_env: *mut jvmtiEnv, tag: jlong)>;
pub enum jvmtiEventObjectFree { None, Some(unsafe extern "C" fn(*mut *const jvmtiInterface_1_, i64)), }
No value.
Some value of type T.
T