Function hello_world::HelloWorld2_init
source · #[no_mangle]
pub extern "C" fn HelloWorld2_init(
obj: *mut ConfObject,
) -> *mut c_void
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 init
method to ensure that the pointer is valid.