pub unsafe fn initialize_android_context(
java_vm: *mut c_void,
context_jobject: *mut c_void,
)
Expand description
Initializes the AndroidContext
. AndroidContext
is initialized by ndk-glue
before main
is called.
ยงSafety
The pointers must be valid and this function must be called exactly once before main
is
called.