Function windows::Win32::Graphics::Gdi::FrameRect

pub unsafe fn FrameRect<P0, P1>(hdc: P0, lprc: *const RECT, hbr: P1) -> i32
where P0: IntoParam<HDC>, P1: IntoParam<HBRUSH>,