#pragma once namespace flow { using FunctionPtr = auto (*)() -> void; } // namespace flow