pub unsafe extern "C" fn md5_process(
    ctx: *mut md5_context,
    data: *const c_uchar
)