pub fn init(buffer: []u8) FixedBufferAllocator
pub fn init(buffer: []u8) FixedBufferAllocator { return .{ .buffer = buffer, .end_index = 0, }; }