#[unsafe(no_mangle)]pub unsafe extern "C" fn asdf_is_ndarray(
file: *mut AsdfFile,
path: *const c_char,
) -> boolExpand description
Whether the value at path is an ndarray.
ยงSafety
file must be a valid file handle and path a valid string or null.