Deno.dlopen
UNSTABLE: Unsafe and new API, beware!
Opens a dynamic library and registers symbols
function dlopen<S extends ForeignLibraryInterface>(filename: string | URL, symbols: S): DynamicLibrary<S>;
UNSTABLE: Unsafe and new API, beware!
Opens a dynamic library and registers symbols