PSC_NOTIFICATION_CALLBACK typedef

PSC_NOTIFICATION_CALLBACK = Void Function(Uint64, Pointer<Void>)

Implementation

typedef PSC_NOTIFICATION_CALLBACK = ffi.Void Function(
  ffi.Uint64,
  ffi.Pointer<ffi.Void>,
);