Function EVP_PKEY_meth_get_verify

Source
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>,
)