test_boolean
test_boolean(!remove(4, NULL, 192, 0, 0, 0, 24));
test_boolean(!remove(4, b, 192, 0, 0, 0, 24));
test_boolean(remove(4, b, 192, 0, 0, 0, 33) == -EINVAL);
test_boolean(!remove(6, NULL, 0x24446801, 0x40e40800, 0xdeaebeef, 0xdefbeef, 128));
test_boolean(!remove(6, b, 0x24446801, 0x40e40800, 0xdeaebeef, 0xdefbeef, 128));
test_boolean(remove(6, a, 0x24446801, 0x40e40800, 0xdeaebeef, 0xdefbeef, 129) == -EINVAL);
test_boolean(count == 5);
test_boolean(found_a);
test_boolean(found_b);
test_boolean(found_c);
test_boolean(found_d);
test_boolean(found_e);
test_boolean(!found_other);