pub unsafe fn BluetoothGATTSetDescriptorValue<P0>(
    hdevice: P0,
    descriptor: *const BTH_LE_GATT_DESCRIPTOR,
    descriptorvalue: *const BTH_LE_GATT_DESCRIPTOR_VALUE,
    flags: u32
) -> Result<()>
where P0: IntoParam<HANDLE>,