pub unsafe fn BluetoothGATTSetCharacteristicValue<P0>(
    hdevice: P0,
    characteristic: *const BTH_LE_GATT_CHARACTERISTIC,
    characteristicvalue: *const BTH_LE_GATT_CHARACTERISTIC_VALUE,
    reliablewritecontext: u64,
    flags: u32
) -> Result<()>
where P0: IntoParam<HANDLE>,