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>