fn sys_handle_close(_handle: u64) -> Result<u64, SyscallError>Expand description
SYS_HANDLE_CLOSE (2): Close a handle. Stub : always succeeds.
fn sys_handle_close(_handle: u64) -> Result<u64, SyscallError>SYS_HANDLE_CLOSE (2): Close a handle. Stub : always succeeds.