object_count_function typedef

Counts the number of objects of this type. @ingroup ObjHelpers @return Count of implemented objects of this type.

Implementation

typedef object_count_function =
    ffi.Pointer<ffi.NativeFunction<object_count_functionFunction>>;