pub fn ktx2_get_texture_format<Data: AsRef<[u8]>>(
    ktx2: &Reader<Data>,
    is_srgb: bool
) -> Result<TextureFormat, TextureError>