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