i_memory
void i_memory(int *stats);
d_memory = i_memory;
static void (*d_memory)(int *stats) = i_memory;