Versioned wrapper around ``nvmlGpuInstanceGetComputeInstanceProfileInfo`` that accepts a versioned ``nvmlComputeInstanceProfileInfo_v2_t`` or later output structure.
:param gpu_instance: The identifier of the target GPU instance.
:type gpu_instance: intptr_t
:param profile: One of the NVML_COMPUTE_INSTANCE_PROFILE_*.
:type profile: unsigned int
:param eng_profile: One of the NVML_COMPUTE_INSTANCE_ENGINE_PROFILE_*.
:type eng_profile: unsigned int
:returns: Returns detailed profile information.
:rtype: nvmlComputeInstanceProfileInfo_v2_t
.. seealso:: `nvmlGpuInstanceGetComputeInstanceProfileInfoV`