Function RSA_meth_set_mod_exp

Source
pub unsafe extern "C" fn RSA_meth_set_mod_exp(
    rsa: *mut rsa_meth_st,
    mod_exp: Option<unsafe extern "C" fn(_: *mut bignum_st, _: *const bignum_st, _: *mut rsa_st, _: *mut bignum_ctx) -> i32>,
) -> i32