pub(super) fn current_task() -> Option<NonNull<Task>>
Returns a pointer to the current task running on the processor.
It returns None if the function is called in the bootstrap context.
None