1
pub type ErrnoResult<T> = std::result::Result<T, errno::Errno>;