in src/bsd.rs [126:128]
fn name(&self) -> String { unsafe { CStr::from_ptr(self.ifa_name).to_string_lossy().to_string() } }