winapi::um::fileapi

Function GetTempFileNameW

Source
pub unsafe extern "system" fn GetTempFileNameW(
    lpPathName: LPCWSTR,
    lpPrefixString: LPCWSTR,
    uUnique: UINT,
    lpTempFileName: LPWSTR,
) -> UINT