Constant PATH_MAX_WIDE [src]
The maximum path of 32,767 characters is approximate, because the "\?"
prefix may be expanded to a longer string by the system at run time, and
this expansion applies to the total length.
from https://docs.microsoft.com/en-us/windows/desktop/FileIO/naming-a-file#maximum-path-length-limitation
Source
pub const PATH_MAX_WIDE = 32767