Future<VecF64> getMeanAsync() async => cvRunAsync<VecF64>( (callback) => cffi.BlockMeanHash_GetMean_Async(ref, callback), vecF64Completer, );