pub unsafe extern "C" fn pt_blk_free_decoder(
decoder: *mut pt_block_decoder,
)Expand description
Free an Intel PT block decoder.
This will destroy the decoder’s default image.
The @decoder must not be used after a successful return.
pub unsafe extern "C" fn pt_blk_free_decoder(
decoder: *mut pt_block_decoder,
)Free an Intel PT block decoder.
This will destroy the decoder’s default image.
The @decoder must not be used after a successful return.