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