pub fn validate_gpa_ranges(count: usize, buf: &[u64]) -> Result<usize, Error>
Validates that buf contains count valid GPA ranges. Returns the number of u64 entries actually used to describe those ranges.
buf
count
u64