pub unsafe extern "C" fn panda_shared_library_path(
name: *const i8,
) -> *mut i8Expand description
panda_shared_library_path() - Get path for plugin shared library. @name: Plugin name.
Find full path to shared library (not plugin .so). For example, “libso.so” might resolve to /path/to/build/x86_64-softmmu/panda/plugins/libso.so