openslide_close

Function openslide_close 

Source
pub unsafe extern "C" fn openslide_close(osr: *mut openslide_t)
Expand description

Close an OpenSlide object. No other threads may be using the object. After this call returns, the object cannot be used anymore.

@param osr The OpenSlide object.