android_dlopen_ext

Opens the given library. The __filename and __flags arguments are the same as for dlopen(3), with the Android-specific flags supplied via the flags member of __info.

version(Android)
extern (C) @system nothrow @nogc
void*
android_dlopen_ext
(
const(char)* __filename
,,)

Meta