get_parsed_block
Description:
[ CCode ( array_length_pos = 0.1 ,  array_length_type = "gsize" ) ]
public unowned uint8[]? get_parsed_block ()
  public unowned uint8[]? get_parsed_block ()
Get the raw data block that represents this parsed object.
This is only valid during the parsed signal.
Parameters:
| this | 
           a parser  | 
      
| n_block | 
           a location to place the size of the block  | 
      
Returns:
| 
           the raw data block of the currently parsed item; the value is owned by the parser and should not be freed  |