Function RSA_set0_key

Source
pub unsafe extern "C" fn RSA_set0_key(
    r: *mut rsa_st,
    n: *mut bignum_st,
    e: *mut bignum_st,
    d: *mut bignum_st,
) -> i32