pub unsafe extern "C" fn furi_thread_get_id( thread: *mut FuriThread, ) -> FuriThreadId
Get the unique identifier of a FuriThread instance.
thread
unique identifier value or NULL if thread is not running