#[unsafe(no_mangle)]pub unsafe extern "C" fn asdf_ndarray_storage_set(
ndarray: *mut asdf_ndarray_t,
storage: AsdfArrayStorage,
)Expand description
Set where the array’s data will be written.
External is not yet supported and leaves the setting unchanged, as
upstream does.
§Safety
ndarray must be null or a valid asdf_ndarray_t.