RacStorageAnalyzerCreateNative typedef

RacStorageAnalyzerCreateNative = Int32 Function(Pointer<RacStorageCallbacks>, Pointer<Pointer<Void>>)

Implementation

typedef RacStorageAnalyzerCreateNative =
    ffi.Int32 Function(
      ffi.Pointer<RacStorageCallbacks>,
      ffi.Pointer<ffi.Pointer<ffi.Void>>,
    );