pub type OpcodeHandler = unsafe extern "C" fn(_: Option<&IScriptable>, _: &StackFrame, _: VoidPtr, _: VoidPtr);Expand description
A function pointer type for bytecode opcode handlers.
pub type OpcodeHandler = unsafe extern "C" fn(_: Option<&IScriptable>, _: &StackFrame, _: VoidPtr, _: VoidPtr);A function pointer type for bytecode opcode handlers.