Function is_possibly_tzif
pub fn is_possibly_tzif(data: &[u8]) -> bool
Returns true if the data might be in TZif format.
It is possible that this returns true even if the given data is not in TZif format. However, it is impossible for this to return false when the given data is TZif. That is, a false positive is allowed but a false negative is not.