Function windows::Win32::Graphics::Gdi::RoundRect

pub unsafe fn RoundRect<P0>(
    hdc: P0,
    left: i32,
    top: i32,
    right: i32,
    bottom: i32,
    width: i32,
    height: i32
) -> BOOL
where P0: IntoParam<HDC>,