A symbol handle.
class Symbol
s7Linking6SymbolC
B1W8
import Linking
A module for dynamically linking libraries and frameworks.
class Handle
A handle.
protocol Sendable
init(name: String, rawHandle: UnsafeMutableRawPointer)
Creates a new symbol handle.
func cast<T>(to: T.Type = T.self) -> T
Casts the symbol to a specific type.
func load<T>(as: T.Type = T.self) -> T
Loads the symbol as a specific type.