pub unsafe extern "system" fn GetTempFileNameW(
    lppathname: PWSTR,
    lpprefixstring: PWSTR,
    uunique: u32,
    lptempfilename: PWSTR
) -> u32
Expand description

Required features: ‘Win32_Storage_FileSystem’, ‘Win32_Foundation’