#include #include module Bindings.CEF3.Callback (module Bindings.CEF3.Callback) where #strict_import import Bindings.Synonyms import Bindings.CEF3.Base #starttype cef_callback_t #field base, #field cont, #field cancel, #stoptype #callback_t cb_cef_callback_cont, Ptr -> IO #callback_t cb_cef_callback_cancel, Ptr -> IO #starttype cef_completion_handler_t #field base, #field on_complete, #stoptype #callback_t cb_cef_completion_handler_on_complete, Ptr -> IO