| Data Structures | |
| struct | mars_callback_args | 
| MARS callback argument structure.  More... | |
| Defines | |
| #define | MARS_CALLBACK_ARGS_SIZE 48 | 
| Size of callback args structure. | |
| #define | MARS_CALLBACK_ARGS_ALIGN 16 | 
| Alignment of callback args structure. | |
| Typedefs | |
| typedef int(* | mars_callback )(const struct mars_callback_args *in, struct mars_callback_args *out) | 
| MARS callback function. | |
| Variables | |
| struct mars_callback_args | MARS_CALLBACK_ARGS_ALIGN | 
| MARS callback argument structure. | |
| typedef int(* mars_callback)(const struct mars_callback_args *in, struct mars_callback_args *out) | 
MARS callback function.
This is the type definition of the callback function.
MARS callback argument structure.
This structure is an arbitrary callback argument structure.
 1.5.7.1
 1.5.7.1