// R_xlen_t is defined as int on 32-bit platforms, and
// that confuses Rust. Keeping it always as ptrdiff_t works
// fine even on 32-bit.
/// <div rustbindgen replaces="R_xlen_t"></div>
typedef ptrdiff_t R_xlen_t_rust;
// Define this for R_CStackLimit
// #define HAVE_UINTPTR_T
// Currently, I'm adding these on as-needed basis
// but we may simply throw the whole lot in in the future.
extern uintptr_t R_CStackLimit; /* C stack limit */