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