delete_object_function typedef
@brief DeleteObject service handler for an object
@ingroup ObjHelpers
@param object_instance in instance number of the object to delete
@return true if the object instance is deleted
Implementation
typedef delete_object_function =
ffi.Pointer<ffi.NativeFunction<delete_object_functionFunction>>;