ffi.Pointer<ffi.Pointer<ffi.Char>> get tzname => _tzname.value;
set tzname(ffi.Pointer<ffi.Pointer<ffi.Char>> value) => _tzname.value = value;