pub unsafe extern "C" fn jack_set_graph_order_callback(
    client: *mut Struct__jack_client,
    graph_callback: Option<unsafe extern "C" fn(_: *mut c_void) -> i32>,
    arg1: *mut c_void
) -> i32