qvm_callback_func_t
Prototype for generic qvm callback function
Synopsis:
#include <qvm/utils.h>typedef void qvm_callback_func_t(void *data);Arguments:
- data
- A pointer to the user data.
Description:
This function is a generic function you can use to access user data.
Page updated:
