pub unsafe fn SetFileShortNameW<'a, Param0, Param1>(
    hfile: Param0,
    lpshortname: Param1
) -> BOOL where
    Param0: IntoParam<'a, HANDLE>,
    Param1: IntoParam<'a, PCWSTR>, 
Expand description

Required features: ‘Win32_Storage_FileSystem’, ‘Win32_Foundation’