Type Definition libtz_sys::TimezoneT

source ·
pub type TimezoneT = *const c_void;
Expand description

Opaque pointer for timezone data. Defined in the C code as:

typedef struct state *timezone_t;

This is returned by tzalloc. It should be explicitly freed with tzfree.