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