pub fn with_falkor<T>( ctx: &Context, default: T, f: impl FnOnce(&mut FalkorClient) -> Result<T>, ) -> Result<T>