pub fn case_folding_djb_hash(s: &str) -> u32
Calculate a case folding DJB hash for the DWARF name index.
This uses the case folding specified in DWARF 5 Section 6.1.1.4.5 with the DJB hash specified in DWARF 5 Section 7.33.