pub unsafe extern "C" fn FLArray_AsMutable(
arg1: FLArray,
) -> FLMutableArrayExpand description
If the array is mutable, returns it cast to FLMutableArray, else NULL.
pub unsafe extern "C" fn FLArray_AsMutable(
arg1: FLArray,
) -> FLMutableArrayIf the array is mutable, returns it cast to FLMutableArray, else NULL.