My C code :
if (*(bool*)p->data == true) { printf("True\\n"); } else { printf("False\\n"); }
Can\'t see where