Skip to main content

asdf_ndarray_storage

Function asdf_ndarray_storage 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn asdf_ndarray_storage( ndarray: *mut asdf_ndarray_t, ) -> AsdfArrayStorage
Expand description

Where the array’s data will be written.

§Safety

ndarray must be null or a valid asdf_ndarray_t.