Function zbar::zbar::zbar_image_destroy [] [src]

pub unsafe extern "C" fn zbar_image_destroy(image: *mut zbar_image_t)

destructor * all images create by or returned to the application should be destroyed using this function. * when an image is destroyed, the associated data cleanup handler will be involed if * available.