pub type jvmtiStartFunction = Option<unsafe extern "C" fn(*mut *const jvmtiInterface_1, *mut *const JNINativeInterface_, *mut c_void)>;
Aliased Type§
pub enum jvmtiStartFunction {
None,
Some(unsafe extern "C" fn(*mut *const jvmtiInterface_1, *mut *const JNINativeInterface_, *mut c_void)),
}