Function RSA_get0_key

Source
pub unsafe extern "C" fn RSA_get0_key(
    r: *const rsa_st,
    n: *mut *const bignum_st,
    e: *mut *const bignum_st,
    d: *mut *const bignum_st,
)