crc64fast_nvmeFunction digest_write
Source #[no_mangle]
pub unsafe extern "C" fn digest_write(
handle: *mut DigestHandle,
data: *const c_char,
len: usize,
)
Expand description
Writes data to the Digest (C-compatible shared library)
ยงSafety
Uses unsafe method calls