pub unsafe extern "C" fn BN_mod_mul_montgomery(
    r: *mut BIGNUM,
    a: *const BIGNUM,
    b: *const BIGNUM,
    mont: *const BN_MONT_CTX,
    ctx: *mut BN_CTX
) -> c_int