use jack_sys as j;
use lazy_static;
use Mutex;
/// The maximum length of the JACK client name string. Unlike the "C" JACK API, this does not take
/// into account the final `NULL` character and instead corresponds directly to `.len()`. This value
/// is constant.
lazy_static!
lazy_static!