Function hello_world::HelloWorld2_dealloc
source · #[no_mangle]
pub extern "C" fn HelloWorld2_dealloc(obj: *mut ConfObject)
Expand description
FFI wrapper
§Safety
This function is unsafe because it may dereference a raw pointer. It is up to the
implementation of the class’s dealloc
method to ensure that the pointer is valid.