#[unsafe(no_mangle)]pub unsafe extern "C" fn asdf_ndarray_data_raw( ndarray: *mut asdf_ndarray_t, size: *mut usize, ) -> *const c_void
The array’s data as stored, without decompressing.
See asdf_ndarray_data.
asdf_ndarray_data