Skip to main content

asdf_ndarray_deinit

Function asdf_ndarray_deinit 

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

Free an ndarray’s fields without freeing the struct.

§Safety

ndarray must be null or a valid asdf_ndarray_t; safe on a zeroed one.