Added support of case FileAllocationInformation in SetFileInformationByHandle
This MR intends to add support for the case FileAllocationInformation in function SetFileInformationByHandle of library kernelbase.dll. The code is based on my understanding of MS documentation
No test was added, because other cases that could have helped doing so (FileEndOfFileInformation) do not have neither.
Edited by Stéphane Bacri