Function openssl_sys::BN_add_word

source ยท
pub unsafe extern "C" fn BN_add_word(
    r: *mut BIGNUM,
    w: BN_ULONG,
) -> c_int