m_print_chain
m_print_chain((void *)addr, 0, db_printf);
void m_print_chain(void *, int, int (*)(const char *, ...));
m_print_chain(m, deep, pr);