pub type ForeignFunction = Box<dyn FnMut(&mut Memory, &[RawValue]) -> Result<RawValue, ErrorKind>>;
The ABI of a raw foreign function.
pub struct ForeignFunction(/* private fields */);