version(cef && embedded_cef_bindings)
extern (
C) 
 struct cef_unresponsive_process_callback_t  {
extern (System) 
void function(cef_unresponsive_process_callback_t* self) nothrow wait;
extern (System) 
void function(cef_unresponsive_process_callback_t* self) nothrow terminate;
}
Callback structure for asynchronous handling of an unresponsive process.