Fix issue in DMF_BufferPool to enforce that ClientBuffer is 4-byte aligned. Some NT APIs on ARM require 4-byte alignment. When Client buffer is not 4-byte aligned it is possible that elements may not be aligned when they are at the start of buffer.
Clear symbolic link on other failure paths in DMF_DeviceInterfaceTarget.
Merge20221118