public void RegisterBatchCompletion(BatchContextSafeHandle ctx, BatchCompletionDelegate callback, object state)
 {
     ctx.SetCompletionCallback(callback, state);
     Register(ctx.Handle, ctx);
 }