pub type AvailabilityAssignments = FixedVec<Option<AvailabilityAssignment>, CoreCount>;
struct AvailabilityAssignments(/* private fields */);