Function av_sha512_update

Source
pub unsafe extern "C" fn av_sha512_update(
    context: *mut AVSHA512,
    data: *const u8,
    len: c_uint,
)