pub unsafe extern "C" fn fz_md5_update_int64(
    state: *mut fz_md5,
    i: i64
)
Expand description

MD5 block update operation. Continues an MD5 message-digest operation, processing an int64, and updating the context.

Never throws an exception.