new_syscall_from_state

Function new_syscall_from_state 

Source
pub fn new_syscall_from_state<T: RegisterStorage>(
    syscall_decl: SyscallDecl,
    thread_state: &ThreadState<T>,
) -> Syscall