Function risc0_zkvm_platform::syscall::sys_pause
source · #[no_mangle]
pub unsafe extern "C" fn sys_pause(
user_exit: u8,
out_state: *const [u32; 8],
)
Expand description
§Safety
out_state
must be aligned and dereferenceable.