pub type PFN_EngCreateRectRgn = Option<unsafe extern "system" fn(left: i32, top: i32, right: i32, bottom: i32) -> HANDLE>;
Expand description

Required features: "Win32_Devices_Display", "Win32_Foundation"