pub fn exit_child_task() -> !
Exits the calling child task.
This function terminates the currently running child task and does not return. It must not be called from an Application’s Main Task.