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>