isLibraryLoaded

Function isLibraryLoaded 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn isLibraryLoaded( library: *const c_char, ) -> bool
Expand description

C FFI: Check if a library is loaded in the current process.

§Safety

The library parameter must be a valid null-terminated C string.

§Returns

true if loaded, false otherwise.