An API retains a callback and void* context until unregister returns. Which context is sa…

from C function pointers
C23 (GCC 13.3.0) intermediate 1 min

An API retains a callback and void* context until unregister returns. Which context is safe to register?

Report an error