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