1 2
{{ indent }}const {{ name }}_z = try std.heap.c_allocator.dupeZ(u8, {{ name }}); {{ indent }}defer std.heap.c_allocator.free({{ name }}_z);