Function RSA_meth_get_multi_prime_keygen

Source
pub unsafe extern "C" fn RSA_meth_get_multi_prime_keygen(
    meth: *const rsa_meth_st,
) -> Option<unsafe extern "C" fn(*mut rsa_st, i32, i32, *mut bignum_st, *mut bn_gencb_st) -> i32>