extern "C" {
#[doc(hidden)] fn cv_PtrOfNormalizeBBoxLayer_get(ptr: *mut c_void) -> *mut c_void;
#[doc(hidden)] fn cv_delete_PtrOfNormalizeBBoxLayer(ptr: *mut c_void);
}
#[allow(dead_code)]
pub struct PtrOfNormalizeBBoxLayer {
pub(crate) ptr: *mut c_void
}
impl PtrOfNormalizeBBoxLayer {
#[doc(hidden)] pub fn as_raw_PtrOfNormalizeBBoxLayer(&self) -> *mut c_void {
self.ptr
}
}
impl Drop for PtrOfNormalizeBBoxLayer {
fn drop(&mut self) {
unsafe { cv_delete_PtrOfNormalizeBBoxLayer(self.ptr) };
}
}