What is callback
Callback is a callable function we could pass to other API (function or class ). When we call the API function, then API would “callback” the function we passed to it at some point.
This is just info
This tips
This waring message
Reference
https://thispointer.com/designing-callbacks-in-c-part-1-function-pointers/ https://stackoverflow.com/questions/2298242/callback-functions-in-c