macro_rules! from_str_ptr { ( $str_ptr:expr ) => { ... }; }
Convert a *const c_char into a &str type
*const c_char
&str