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