pub fn load_package_object_from_object_store(
    store: &impl ObjectStore,
    package_id: &ObjectID
) -> SuiResult<Option<PackageObject>>