Function rin::window::glfw_window::string_from_nullable_c_str [−][src]
pub unsafe fn string_from_nullable_c_str(c_str: *const i8) -> Option<String>
Like string_from_c_str
, but handles null pointers correctly