pub type NativeFn1 = fn(&mut Value);
Function pointer type for single-argument native functions (no dynamic dispatch) Uses in-place mutation to avoid allocation overhead.