pub type Result<T> = Result<T, Error>;
The result type used for all of the system call wrapper functions to distinguish between success and error results.