Function bssl_sys::BN_uadd

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