pub unsafe extern "C" fn md5_clone(
    dst: *mut md5_context,
    src: *const md5_context
)