hasher_write

Function hasher_write 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn hasher_write( handle: *mut HasherHandle, data: *const c_char, len: usize, )
Expand description

Writes data to the Hasher

ยงSafety

Uses unsafe method calls