pub unsafe extern "C" fn jack_set_property_change_callback(
    client: *mut Struct__jack_client,
    callback: Option<unsafe extern "C" fn(_: u64, _: *const i8, _: u32, _: *mut c_void)>,
    arg: *mut c_void
) -> i32