postShapeFree function
Implementation
void postShapeFree(Pointer<cpShape> shape, Pointer<Void> space, int unused) {
bindings.cpSpaceAddPostStepCallback(space as Pointer<cpSpace>, Pointer.fromFunction(shapeFreeWrap), shape.cast<Void>(), nullptr, 0);
}