red4ext_rs::types

Type Alias OpcodeHandler

Source
pub type OpcodeHandler = unsafe extern "C" fn(_: Option<&IScriptable>, _: &StackFrame, _: VoidPtr, _: VoidPtr);
Expand description

A function pointer type for bytecode opcode handlers.