ABORTPROC typedef

ABORTPROC = Int32 Function(Pointer<HDC__>, Int32)

Implementation

typedef ABORTPROC = ffi.Int32 Function(
  ffi.Pointer<HDC__>,
  ffi.Int32,
);