pub type RawForeignFunction = Box<dyn FnMut(&mut Memory, &[RawValue]) + 'static, Global>;
Expand description

The implementation of a raw foreign function. The ABI of a raw foreign function.