···984984 XrTime time,
985985 struct xrt_space_relation *out_relation);
986986987987+/*!
988988+ * Get the xrt_space associated with this oxr_space, the @ref xrt_space will
989989+ * be reference counted by this function so the caller will need to call
990990+ * @ref xrt_space_reference to decrement the reference count.
991991+ *
992992+ * @param log Logging struct.
993993+ * @param spc Oxr space to get the xrt_space from.
994994+ * @param[out] out_xspace Returns the xrt_space associated with this oxr_space.
995995+ * @return Any errors, XR_SUCCESS, xspace is not set on XR_ERROR_*.
996996+ */
997997+XRT_CHECK_RESULT XrResult
998998+oxr_space_get_xrt_space(struct oxr_logger *log, struct oxr_space *spc, struct xrt_space **out_xspace);
999999+98710009881001/*
9891002 *