pub unsafe extern "C" fn md5_update_ret(
    ctx: *mut md5_context,
    input: *const c_uchar,
    ilen: usize
) -> c_int