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