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