pub type jvmtiExtensionFunction = Option<unsafe extern "C" fn(jvmti_env: *mut jvmtiEnv, ...) -> jvmtiError>;
Aliased Type§
pub enum jvmtiExtensionFunction {
None,
Some(unsafe extern "C" fn(*mut *const jvmtiInterface_1, ...) -> jvmtiError),
}
Variants§
None
No value.
Some(unsafe extern "C" fn(*mut *const jvmtiInterface_1, ...) -> jvmtiError)
Some value of type T
.