Retrieve the number of fix-its for the given completion index.
Calling this makes sense only if CXCodeComplete_IncludeCompletionsWithFixIts option was set.
\param results The structure keeping all completion results
\param completion_index The index of the completion
\return The number of fix-its which must be applied before the completion at completion_index can be applied
See Implementation
Retrieve the number of fix-its for the given completion index.
Calling this makes sense only if CXCodeComplete_IncludeCompletionsWithFixIts option was set.
\param results The structure keeping all completion results
\param completion_index The index of the completion
\return The number of fix-its which must be applied before the completion at completion_index can be applied