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