spine_texture_loader_load_funcFunction typedef
spine_texture_loader_load_funcFunction =
Pointer<Void> Function(Pointer<Char> path)
Implementation
typedef spine_texture_loader_load_funcFunction = ffi.Pointer<ffi.Void> Function(ffi.Pointer<ffi.Char> path);