Function swift_runtime_sys::root::swift_getRuntimeLibraryPath

source ยท
pub unsafe extern "C" fn swift_getRuntimeLibraryPath() -> *const c_char
Expand description

Return the path of the libswiftCore library.

This can be used to locate files that are installed alongside the Swift runtime library.

\return A string containing the full path to libswiftCore. The string is owned by the runtime and should not be freed.