Function set_gdext_hook

Source
pub fn set_gdext_hook<F>(godot_print: F)
where F: Fn() -> bool + Send + Sync + 'static,