PFN_SC_NOTIFY_CALLBACK typedef

PFN_SC_NOTIFY_CALLBACK = Void Function(Pointer<Void>)

Implementation

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