Function windows::Win32::Storage::FileSystem::SetFileAttributesA

pub unsafe fn SetFileAttributesA<P0>(
    lpfilename: P0,
    dwfileattributes: FILE_FLAGS_AND_ATTRIBUTES,
) -> Result<()>
where P0: Param<PCSTR>,