Removes value at specified index and fills the gap with the last value, thereby avoiding the need to push back subsequent values. Behavior undefined if index outside [0, num-1].
Function ccCArrayFastRemoveValueAtIndex
#include <Geode/cocos/support/data_support/ccCArray.h>
uintindex
)