In the 2.0/Corillian-asyncio branch, in the DOKAN_GET_FILE_SECURITY_EVENT, DOKAN_SET_FILE_SECURITY_EVENT, and DOKAN_FIND_STREAMS_EVENT structures, the FileName member is an LPWSTR and not an LPCWSTR like it is in the other events.
Shouldn't it always be an LPCWSTR?