#[unsafe(no_mangle)]pub unsafe extern "C" fn asdf_ndarray_destroy(
ndarray: *mut asdf_ndarray_t,
)Expand description
Free an ndarray handle and everything it owns.
ยงSafety
ndarray must be null or have come from the library, and must not be used
afterwards.