pub type EsRuntimeInitHooks = Vec<Box<dyn FnOnce(&QuickJsRuntimeFacade) -> Result<(), JsError> + Send + 'static>>;
struct EsRuntimeInitHooks { /* private fields */ }