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