XRDeviceProviderHandle$1 typedef
@brief Opaque handle to an XRDeviceProvider instance.
This handle is used to identify and interact with a specific Viture glasses device. It must be obtained through xr_device_provider_create() before use.
Implementation
typedef XRDeviceProviderHandle$1 = ffi.Pointer<ffi.Void>;