Function windows::Win32::Storage::FileSystem::SetFileAttributesFromAppW

pub unsafe fn SetFileAttributesFromAppW<P0>(
    lpfilename: P0,
    dwfileattributes: u32,
) -> BOOL
where P0: Param<PCWSTR>,