Function BN_uadd

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