public void SetValue(UIntPtr size, IntPtr value) { UnsafeNativeMethods.SetKernelArg(_kernel.Handle, _index, size, value); }