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