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