[][src]Function jni_glue::JNI_OnLoad

#[no_mangle]
pub unsafe extern "system" fn JNI_OnLoad(
    vm: *const JavaVM,
    _reserved: *const c_void
) -> jint

Do not call! Automatically invoked by the JVM. See "unsafe-manual-jni-load-unload" to override this behavior.