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