Function callbackInstanceDestructor

Instance destructor that uses a callback to destroy and deallocate components of type T.

CallbackInstaceDestructor!(T,Dg,Args) callbackInstanceDestructor(T, Dg, Args...) (
  Dg dg,
  Args args
);