Function parse

Source
pub fn parse(
    bytes: &[u8],
    is_big_endian: bool,
    use_abi_register_names: bool,
) -> Result<ParsedInstruction32, DisassemblerError>