pub fn as_c_char<'a>(value: impl Into<&'a str>) -> *const c_char
Expand description

Convert string to CStr pointer for using with low-level.