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),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(i32, i32, i32, i32) -> HANDLE)

Some value of type T.