Skip to main content

asdf_ndarray_nbytes

Function asdf_ndarray_nbytes 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn asdf_ndarray_nbytes( ndarray: *const asdf_ndarray_t, ) -> u64
Expand description

The number of bytes the elements occupy.

ยงSafety

ndarray must be null or a valid asdf_ndarray_t.