pub fn create_single_touch_device<T: IntoUnixStream>(
protection_type: ProtectionType,
jail_config: Option<&JailConfig>,
single_touch_socket: T,
width: u32,
height: u32,
name: Option<&str>,
idx: u32,
) -> Result<VirtioDeviceStub>