Skip to main content

pt_blk_get_image

Function pt_blk_get_image 

Source
pub unsafe extern "C" fn pt_blk_get_image(
    decoder: *mut pt_block_decoder,
) -> *mut pt_image
Expand description

Get the traced image.

The returned image may be modified as long as @decoder is not running.

Returns a pointer to the traced image @decoder uses for reading memory. Returns NULL if @decoder is NULL.