Skip to main content

char_data

Function char_data 

Source
pub unsafe fn char_data(s: Sexp) -> &'static str
Expand description

Read the CHARSXP data as a Rust &str.

ยงSafety

s must be a valid CHARSXP pointer.