Type Alias red4ext_rs::types::FunctionHandler

source ยท
pub type FunctionHandler<C, R> = extern "C" fn(_: &C, _: &mut StackFrame, _: R, _: i64);
Expand description

A handler for function calls.