in src/linux.rs [146:148]
fn from(value: &IfIndexMsg) -> Self { unsafe { slice::from_raw_parts(ptr::from_ref(value).cast(), value.len()) } }