pub unsafe extern "C" fn md5_update(
    ctx: *mut md5_context,
    input: *const c_uchar,
    ilen: size_t
)