Function 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.