(_: *mut JavaVM)
| 30 | |
| 31 | #[cfg(all(not(feature = "no-runtime-libloading"), not(target_os = "android")))] |
| 32 | pub fn set_java_vm(_: *mut JavaVM) {} |
| 33 | |
| 34 | #[cfg(all(not(feature = "no-runtime-libloading"), not(target_os = "android")))] |
| 35 | pub fn create_java_vm(pvm: *mut *mut JavaVM, penv: *mut *mut c_void, args: *mut c_void) -> jint { |