1
2
3
4
5
6
use libc::c_char;

#[repr(C)]
pub struct Message {
    pub body: *const c_char
}