pub fn decode_price_reminder_change_push(
body: &[u8],
) -> Result<DecodedPriceReminderChangePush>Expand description
Decode C++ OMBinDeSrz(body, len, true) >> i64 >> i32.
Ref: NNBiz_PriceReminder.cpp:371-382 and OM
OMBinDeSrz.cpp:48-85. C++ does not require the deserializer to finish, so
trailing bytes are intentionally ignored.