Add more details to comment about constness of burn_msgs_set_severities params

This commit is contained in:
ZacJW 2025-11-16 09:38:35 +00:00
parent 11fe919c9d
commit 91da030458

View file

@ -5125,8 +5125,8 @@ unsafe extern "C" {
/// @since 0.2.6
pub fn burn_msgs_set_severities(
// These three *const ::std::os::raw::c_char were actually `*mut`s instead,
// but, based on the example code, I'm pretty sure they should have been
// pointers to const
// but, based on the example code and this function's implementatoion, I'm
// pretty sure they should have been pointers to const
queue_severity: *const ::std::os::raw::c_char,
print_severity: *const ::std::os::raw::c_char,
print_id: *const ::std::os::raw::c_char,