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