pub fn sanity_check<'a>(
    header: SectionHeader<'a>,
    _file: &ElfFile<'a>
) -> Result<(), &'static str>