REGISTERWORDENUMPROCW typedef

REGISTERWORDENUMPROCW = Int32 Function(Pointer<Uint16>, Uint64, Pointer<Uint16>, Pointer<Void>)

Implementation

typedef REGISTERWORDENUMPROCW = ffi.Int32 Function(
  ffi.Pointer<ffi.Uint16>,
  ffi.Uint64,
  ffi.Pointer<ffi.Uint16>,
  ffi.Pointer<ffi.Void>,
);