Function hello_world::HelloWorld_deinit

source ·
#[no_mangle]
pub extern "C" fn HelloWorld_deinit(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 deinit method to ensure that the pointer is valid.