pub unsafe extern "C" fn simple_array_cget_data( instance: *const SimpleArray, ) -> *const SimpleArrayData
Get a constant pointer to the internal data of a SimpleArray instance.
[in]
Constant pointer to the instance’s internal data