pub type SyscallGenerator<DL, V, M> = fn(&VmId, &SgData<DL>, &VmContext<DL>, &V) -> Vec<Box<dyn Syscalls<M>>>;
Syscall generator function type