pub unsafe extern "C" fn jack_client_create_thread(
client: *mut Struct__jack_client,
thread: *mut u32,
priority: i32,
realtime: i32,
start_routine: Option<unsafe extern "C" fn(*mut c_void) -> *mut c_void>,
arg: *mut c_void,
) -> i32