Function BN_rshift

Source
pub unsafe extern "C" fn BN_rshift(
    r: *mut bignum_st,
    a: *const bignum_st,
    n: i32,
) -> i32