pub fn get_score_bytes<T>(score: T) -> Vec<u8>where
    T: BytesComparableScore,