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