spine_texture_loader_load_func typedef
spine_texture_loader_load_func = Pointer<NativeFunction<spine_texture_loader_load_funcFunction> >
Texture loader callbacks
Implementation
typedef spine_texture_loader_load_func = ffi.Pointer<ffi.NativeFunction<spine_texture_loader_load_funcFunction>>;