pub type jack_latency_range_t = Struct__jack_latency_range;
struct jack_latency_range_t { pub min: u32, pub max: u32, }
min: u32
max: u32