Type Alias jvmtiExtensionFunction

Source
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§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut *const jvmtiInterface_1, ...) -> jvmtiError)

Some value of type T.