Function risc0_zkvm_platform::syscall::sys_write
source · #[no_mangle]
pub unsafe extern "C" fn sys_write(
fd: u32,
write_ptr: *const u8,
nbytes: usize,
)
Expand description
§Safety
write_ptr
must be aligned and dereferenceable.