61a62
> // Declare message
64c65
< assert(in_msg_ptr != NULL);
---
> assert(in_msg_ptr != NULL); // Check the cast result
65a67
>