NCURSES_SCREEN_CB typedef

NCURSES_SCREEN_CB = Pointer<NativeFunction<Int Function(Pointer<SCREEN>, Pointer<Void>)>>

Implementation

typedef NCURSES_SCREEN_CB = ffi.Pointer<
    ffi.NativeFunction<
        ffi.Int Function(ffi.Pointer<SCREEN>, ffi.Pointer<ffi.Void>)>>;