Function windows::Win32::Graphics::Gdi::CreateRoundRectRgn

pub unsafe fn CreateRoundRectRgn(
    x1: i32,
    y1: i32,
    x2: i32,
    y2: i32,
    w: i32,
    h: i32,
) -> HRGN