nsecbitmap_has_type_rdata
return nsecbitmap_has_type_rdata(d->rr_data[0]+2+len,
int nsecbitmap_has_type_rdata(uint8_t* bitmap, size_t len, uint16_t type);
return nsecbitmap_has_type_rdata(bitmap, bitlen, type);
return nsecbitmap_has_type_rdata((uint8_t*)bitmap, len, type);
return nsecbitmap_has_type_rdata(d->rr_data[0]+2+len,
int nsecbitmap_has_type_rdata(uint8_t* bitmap, size_t len, uint16_t type);
return nsecbitmap_has_type_rdata(bitmap, bitlen, type);