bam_derror
extern void bam_derror(char *format, ...);
#define BAM_DPRINTF(x) {if (bam_debug) bam_derror x; }