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