LANGUAGEGROUP_ENUMPROCW typedef

LANGUAGEGROUP_ENUMPROCW = Int32 Function(Uint64, Pointer<Uint16>, Pointer<Uint16>, Uint64, Int64)

Implementation

typedef LANGUAGEGROUP_ENUMPROCW = ffi.Int32 Function(
  ffi.Uint64,
  ffi.Pointer<ffi.Uint16>,
  ffi.Pointer<ffi.Uint16>,
  ffi.Uint64,
  ffi.Int64,
);