Function parser

Source
pub fn parser(i: &[u8]) -> IResult<&[u8], Syscall, (&[u8], ErrorKind)>