class Deno.UnsafeFnPointer
An unsafe pointer to a function, for calling functions that are not present as symbols.
new
UnsafeFnPointer(pointer: PointerObject<NoInfer<Omit<Fn, "nonblocking">>>,definition: Fn,)
Fn extends ForeignFunction
Call the foreign function.
The definition of the function.
The pointer to the function.