botan_hash_update

Function botan_hash_update 

Source
pub unsafe extern "C" fn botan_hash_update(
    hash: botan_hash_t,
    data: *const u8,
    len: usize,
) -> c_int