pub unsafe extern "C" fn FLMutableArray_Insert(
array: FLMutableArray,
firstIndex: u32,
count: u32,
)Expand description
Inserts a contiguous range of JSON null values into the array.
@param array The array to operate on.
@param firstIndex The zero-based index of the first value to be inserted.
@param count The number of items to insert.