pub type PFN_DrvUnlockDisplayArea = Option<unsafe extern "system" fn(param0: DHPDEV, param1: *mut RECTL)>;

Aliased Type§

enum PFN_DrvUnlockDisplayArea {
    None,
    Some(unsafe extern "system" fn(_: DHPDEV, _: *mut RECTL)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.