pub type FunctionHandler<C, R> = extern "C" fn(_: &C, _: &mut StackFrame, _: R, _: i64);Expand description
A handler for function calls.
pub type FunctionHandler<C, R> = extern "C" fn(_: &C, _: &mut StackFrame, _: R, _: i64);A handler for function calls.