pub fn hwloc_api_version() -> usize
Expand description

Indicate at runtime which hwloc API version was used at build time

This number is updated to (X<<16)+(Y<<8)+Z when a new release X.Y.Z actually modifies the API.