Type Alias PFN_EngCreateRectRgn
pub type PFN_EngCreateRectRgn = Option<unsafe extern "system" fn(left: i32, top: i32, right: i32, bottom: i32) -> HANDLE>;Aliased Type§
pub enum PFN_EngCreateRectRgn {
None,
Some(unsafe extern "system" fn(i32, i32, i32, i32) -> HANDLE),
}