1
2
3
4
5
use libc::{c_char};

extern "C"{
    pub fn stringfy_(s: *mut c_char);
}