Function BN_usub

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