macro_rules! bind_global_buffers_to_allocator {
    ($allocator : expr, $buffer : ident, $T : ty) => { ... };
}