Future<Mat> rotateAsync(int rotationCode) async => cvRunAsync<Mat>( (callback) => cffi.core_Rotate_Async(ref, rotationCode, callback), matCompleter, );