pub unsafe extern "system" fn FillRect(
    hdc: HDC,
    lprc: *const RECT,
    hbr: HBRUSH
) -> i32
Expand description

Required features: ‘Win32_Graphics_Gdi’, ‘Win32_Foundation’