Function RSA_meth_get_keygen

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