BN_uadd

Function BN_uadd 

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