igIsWindowChildOf

Function igIsWindowChildOf 

Source
pub unsafe extern "C" fn igIsWindowChildOf(
    window: *mut ImGuiWindow,
    potential_parent: *mut ImGuiWindow,
    popup_hierarchy: bool,
    dock_hierarchy: bool,
) -> bool