pub unsafe fn planstate_tree_walker( arg_planstate: *mut PlanState, arg_walker: Option<unsafe extern "C" fn(*mut PlanState, *mut c_void) -> bool>, arg_context: *mut c_void, ) -> bool