pub unsafe fn FillRect<P0, P1>(hdc: P0, lprc: *const RECT, hbr: P1) -> i32where P0: Param<HDC>, P1: Param<HBRUSH>,