1 #ifndef GOOGLE_PROTOBUF_RUST_CPP_KERNEL_DEBUG_H__ 2 #define GOOGLE_PROTOBUF_RUST_CPP_KERNEL_DEBUG_H__ 3 4 #include "google/protobuf/message_lite.h" 5 #include "rust/cpp_kernel/strings.h" 6 7 extern "C" { 8 9 google::protobuf::rust::RustStringRawParts proto2_rust_utf8_debug_string( 10 const google::protobuf::MessageLite* msg); 11 12 } // extern "C" 13 14 #endif // GOOGLE_PROTOBUF_RUST_CPP_KERNEL_DEBUG_H__ 15