use super::*;
extern "C" {
pub fn wxObject_CLASSINFO() -> *mut c_void;
pub fn wxObject_new() -> *mut c_void;
pub fn wxObject_new1(other: *const c_void) -> *mut c_void;
pub fn wxObject_GetClassInfo(self_: *const c_void) -> *mut c_void;
pub fn wxObject_GetRefData(self_: *const c_void) -> *mut c_void;
pub fn wxObject_IsKindOf(self_: *const c_void, info: *const c_void) -> bool;
pub fn wxObject_IsSameAs(self_: *const c_void, obj: *const c_void) -> bool;
pub fn wxObject_Ref(self_: *mut c_void, clone: *const c_void);
pub fn wxObject_SetRefData(self_: *mut c_void, data: *mut c_void);
pub fn wxObject_UnRef(self_: *mut c_void);
pub fn wxObject_UnShare(self_: *mut c_void);
pub fn wxObjectRefData_delete(self_: *mut c_void);
}