macro_rules! impl_callback_simple {
($callback_value:ident) => { ... };
}Expand description
Macro to implement callback traits for simple system callbacks (no callable field)
Use this for destructor callbacks, system callbacks, and other internal callbacks that don’t need FFI callable support.