Skip to main content

hdds_reader_destroy

Function hdds_reader_destroy 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn hdds_reader_destroy( reader: *mut HddsDataReader, )
Expand description

Destroy a DataReader

ยงSafety

  • reader must be a valid pointer returned from hdds_reader_create
  • Must not be called more than once with the same pointer