pub type Result<T> = Result<T, ErrorKind>;
Shortcut for Result<T, bin_layout::ErrorKind>
Result<T, bin_layout::ErrorKind>