Make G_FILE_ATTRIBUTE_TIME_CREATED support stx_btime
With recent Linux kernels (>=4.15 ?), statx exposes the creation time of files[1].
Documentation says that G_FILE_ATTRIBUTE_TIME_CREATED corresponds to the NTFS ctime, but FreeBSD/NetBSD and some file systems other NTFS are also supported[2].
Users have asked us to expose this info[3] on Thunar's UI, but instead of duplicating what Nemo devs did[4], I believe it's beneficial to the everyone to have this in GIO, just like KIO already has[5].