#[unsafe(no_mangle)]pub unsafe extern "C" fn asdf_ndarray_compression_set(
ndarray: *mut asdf_ndarray_t,
compression: *const c_char,
) -> c_intExpand description
Set the compression used when the array is written.
ยงSafety
compression must be a valid NUL-terminated string or null.