Ah, ok. Your "c_callback" is not a callback, it's an event function. You can pass any parameters to callback functions, but the parameters for event functions are specified and depend on the kind of event.
You event function can just collect the required data from the 'my' entity and then call the python function.