postConstraintFree function
Implementation
void postConstraintFree(Pointer<cpConstraint> constraint, Pointer<Void> space, int callbackId) {
bindings.cpSpaceAddPostStepCallback(space as Pointer<cpSpace>, Pointer.fromFunction(constraintFreeWrap), constraint.cast<Void>(), nullptr, 0);
}