pub unsafe fn SetFileAttributesTransactedW<P0>( lpfilename: P0, dwfileattributes: u32, htransaction: HANDLE, ) -> Result<()>where P0: Param<PCWSTR>,