I would like to implement a C++ wrapper around the STM32 HAL. I have a class called I2C_Handler, which manages the usual I2C HAL structs and functions. The only problem that I am having now are the callbacks, because the callbacks functions called by...