pub type SyncHandler = fn(&[VmValue], &mut String) -> Result<VmValue, VmError>;
Sync builtin handler signature (matches crate::vm::dispatch’s register_builtin shape).
crate::vm::dispatch