pub fn decode(bytes: &[u8]) -> Result<Vec<Run>>
Decode a runlist into its runs.
NtfsError::BadRunlist for an invalid field width, a truncated run, a zero-length run, or an LCN that overflows or goes negative.
NtfsError::BadRunlist