#[unsafe(no_mangle)]pub unsafe extern "C" fn asdf_ndarray_size( ndarray: *const asdf_ndarray_t, ) -> u64
The number of elements.
ndarray must be null or a valid asdf_ndarray_t.
ndarray
asdf_ndarray_t