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