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