Function RSA_meth_get_verify

Source
pub unsafe extern "C" fn RSA_meth_get_verify(
    meth: *const rsa_meth_st,
) -> Option<unsafe extern "C" fn(_: i32, _: *const u8, _: u32, _: *const u8, _: u32, _: *const rsa_st) -> i32>