PHANDLER_ROUTINE typedef

PHANDLER_ROUTINE = Int32 Function(Uint64)

Implementation

typedef PHANDLER_ROUTINE = ffi.Int32 Function(
  ffi.Uint64,
);