Type Definition panda_sys::ObjectFree[][src]

type ObjectFree = Option<unsafe extern "C" fn(obj: *mut c_void)>;
Expand description

ObjectFree: @obj: the object being freed

Called when an object’s last reference is removed.