Flush property
Callback function to flush all internal accessing buffers.
Parameters: clientData - Pointer to user-defined data. Returns: 0 for success, other value for failure.
Implementation
external ffi.Pointer<
ffi.NativeFunction<FPDF_RESULT Function(ffi.Pointer<ffi.Void> clientData)>
>
Flush;