Function openssl_sys::BN_sub_word

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