CODEPAGE_ENUMPROCA typedef

CODEPAGE_ENUMPROCA = Pointer<NativeFunction<BOOL Function(LPSTR)>>

Implementation

typedef CODEPAGE_ENUMPROCA = ffi.Pointer<ffi.NativeFunction<BOOL Function(LPSTR)>>;