diff --git a/src/lib.rs b/src/lib.rs index 3f44449..7d7e4d7 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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,