#[unsafe(no_mangle)]pub unsafe extern "C" fn asdf_ndarray_read_float32_at(
ndarray: *mut asdf_ndarray_t,
indices: *const u64,
err: *mut c_int,
) -> f32Expand description
Read one element, converted to this type.
ยงSafety
ndarray must be a valid asdf_ndarray_t; indices must point
to ndim values; err writable or null.