CODEPAGE_ENUMPROCW typedef

CODEPAGE_ENUMPROCW = Pointer<NativeFunction<BOOL Function(LPWSTR)>>

Implementation

typedef CODEPAGE_ENUMPROCW = ffi.Pointer<ffi.NativeFunction<BOOL Function(LPWSTR)>>;