pub(crate) trait SiginfoExt { // Required methods fn si_code(&self) -> c_int; unsafe fn si_status(&self) -> c_int; }