pub type ArrayAsMutPtrFn = unsafe extern "C" fn(array: PtrMut) -> PtrMut;
Get mutable pointer to the data buffer of the array.
The array parameter must point to aligned, initialized memory of the correct type.
array