Retain the API handle to be used across function calls to [ZygiskModule](crate::ZygiskModule) by giving it a `'static` lifetime. ## Safety This is an unsafe function, since the API functions will be unloaded after `post[XXX]Specialize`, and calling any of the API functions after that point will result in undefined behavior. This function merely exists for working around Rust's limitations. This
(self)
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected