pub unsafe fn GetTempFileNameW<P0, P1>( lppathname: P0, lpprefixstring: P1, uunique: u32, lptempfilename: &mut [u16; 260], ) -> u32where P0: Param<PCWSTR>, P1: Param<PCWSTR>,