FONTENUMPROCW typedef
FONTENUMPROCW =
Int32 Function(Pointer<LPLOGFONTW> , Pointer<LPTEXTMETRICW> , Uint64, Int64)
Implementation
typedef FONTENUMPROCW = ffi.Int32 Function(
ffi.Pointer<LPLOGFONTW>,
ffi.Pointer<LPTEXTMETRICW>,
ffi.Uint64,
ffi.Int64,
);