Deno.UnsafeFnPointer
UNSTABLE: Unsafe and new API, beware!
An unsafe pointer to a function, for calling functions that are not present as symbols.
class UnsafeFnPointer<Fn extends ForeignFunction> {}
constructor(pointer: bigint, definition: Fn);
call: FromForeignFunction<Fn>;
definition: Fn;
pointer: bigint;