macro_rules! from_str_ptr {
    ( $str_ptr:expr ) => { ... };
}
Expand description

Convert a *const c_char into a &str type