pub trait FromSyscallArgU64 {
// Required method
fn from_syscall_arg_u64(value: u64) -> Result<Self, SyscallArgError>
where Self: Sized;
}
pub trait FromSyscallArgU64 {
// Required method
fn from_syscall_arg_u64(value: u64) -> Result<Self, SyscallArgError>
where Self: Sized;
}