pub unsafe extern "C" fn swift_getFunctionFullNameFromMangledName(
    mangledNameStart: *const c_char,
    mangledNameLength: usize,
) -> TypeNamePair
Expand description

Return the mangled name of a Swift type represented by a metadata object. func getMangledTypeName( type: Any.Type) -> (UnsafePointer, Int)