pub type LPDDGAMMACALIBRATORPROC = Option<unsafe extern "system" fn(param0: *mut DDGAMMARAMP, param1: *mut u8) -> HRESULT>;

Aliased Type§

enum LPDDGAMMACALIBRATORPROC {
    None,
    Some(unsafe extern "system" fn(_: *mut DDGAMMARAMP, _: *mut u8) -> HRESULT),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *mut DDGAMMARAMP, _: *mut u8) -> HRESULT)

Some value of type T.