Function string_from_nullable_c_str

Source
pub unsafe fn string_from_nullable_c_str(c_str: *const i8) -> Option<String>
Expand description

Like string_from_c_str, but handles null pointers correctly