pub unsafe extern "C" fn jack_set_process_thread(
    client: *mut Struct__jack_client,
    thread_callback: Option<unsafe extern "C" fn(_: *mut c_void) -> *mut c_void>,
    arg: *mut c_void
) -> i32