We currently have multiple similar getter methods, such as Get64, Has64, Version64, etc. with corresponding methods Get, Has, Version, etc. which return regular ints.
Are these needed for some specific reason? or is it just to avoid user side casting to int?
cc @liamsi