[][src]Function rust_sodium_sys::crypto_hash_sha512_update

pub unsafe extern "C" fn crypto_hash_sha512_update(
    state: *mut crypto_hash_sha512_state,
    in_: *const c_uchar,
    inlen: c_ulonglong
) -> c_int