1 2
const {{ name }}_z: ?[:0]u8 = if ({{ name }}) |v| try std.fmt.allocPrintSentinel( std.heap.c_allocator, "{s}", .{v}, 0) else null;