stackRestore function

void stackRestore(
  1. Pointer<NativeType> ptr
)

Implementation

void stackRestore(Pointer ptr) {
  throw Exception();
}