pub unsafe extern "C" fn EVP_PKEY_meth_get_verify(
pmeth: *const evp_pkey_method_st,
pverify_init: *mut Option<unsafe extern "C" fn(*mut evp_pkey_ctx_st) -> i32>,
pverify: *mut Option<unsafe extern "C" fn(*mut evp_pkey_ctx_st, *const u8, usize, *const u8, usize) -> i32>,
)