Function windows::Win32::UI::Controls::DrawThemeParentBackgroundEx

pub unsafe fn DrawThemeParentBackgroundEx<P0, P1>(
    hwnd: P0,
    hdc: P1,
    dwflags: DRAW_THEME_PARENT_BACKGROUND_FLAGS,
    prc: Option<*const RECT>,
) -> Result<()>
where P0: Param<HWND>, P1: Param<HDC>,