pub unsafe extern "C" fn EC_KEY_METHOD_get_verify(
meth: *const ec_key_method_st,
pverify: *mut Option<unsafe extern "C" fn(i32, *const u8, i32, *const u8, i32, *mut ec_key_st) -> i32>,
pverify_sig: *mut Option<unsafe extern "C" fn(*const u8, i32, *const ECDSA_SIG_st, *mut ec_key_st) -> i32>,
)