Function BluetoothGATTGetDescriptorValue
pub unsafe fn BluetoothGATTGetDescriptorValue(
hdevice: HANDLE,
descriptor: *const BTH_LE_GATT_DESCRIPTOR,
descriptorvaluedatasize: u32,
descriptorvalue: Option<*mut BTH_LE_GATT_DESCRIPTOR_VALUE>,
descriptorvaluesizerequired: Option<*mut u16>,
flags: u32,
) -> Result<()>