pub unsafe extern "C" fn furi_thread_mark_as_service(
    thread: *mut FuriThread
)
Expand description

Mark thread as service The service cannot be stopped or removed, and cannot exit from the thread body

@param thread