GEO_ENUMPROC typedef

GEO_ENUMPROC = Pointer<NativeFunction<BOOL Function(GEOID)>>

Implementation

typedef GEO_ENUMPROC = ffi.Pointer<ffi.NativeFunction<BOOL Function(GEOID)>>;