PAPCFUNC typedef

PAPCFUNC = Void Function(Uint64)

Implementation

typedef PAPCFUNC = ffi.Void Function(
  ffi.Uint64,
);