__cleanup
#undef __cleanup
#define __cleanup(func) __maybe_unused __attribute__((__cleanup__(func)))
#define __cleanup(func) __attribute__((__cleanup__(func)))
#undef __cleanup
#define __cleanup(func) __maybe_unused __attribute__((__cleanup__(func)))