pub unsafe fn error_from_cstr(msg: *const i8) -> String
Convert an optional NUL-terminated C string into an owned Rust string.
msg must be null or point to a valid NUL-terminated string.
msg