pub type PFN_DrvMovePointer = Option<unsafe extern "system" fn(pso: *mut SURFOBJ, x: i32, y: i32, prcl: *mut RECTL)>;

Aliased Type§

enum PFN_DrvMovePointer {
    None,
    Some(unsafe extern "system" fn(_: *mut SURFOBJ, _: i32, _: i32, _: *mut RECTL)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *mut SURFOBJ, _: i32, _: i32, _: *mut RECTL))

Some value of type T.