Skip to main content

asdf_ndarray_data_raw

Function asdf_ndarray_data_raw 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn asdf_ndarray_data_raw( ndarray: *mut asdf_ndarray_t, size: *mut usize, ) -> *const c_void
Expand description

The array’s data as stored, without decompressing.

§Safety

See asdf_ndarray_data.