pub unsafe fn SetFileShortNameW<P1>( hfile: HANDLE, lpshortname: P1, ) -> Result<()>where P1: Param<PCWSTR>,