Function context_switch

Source
pub(crate) unsafe extern "C" fn context_switch(
    cur: *mut TaskContext,
    nxt: *const TaskContext,
)