Type Alias PDD_COLORCB_COLORCONTROL
pub type PDD_COLORCB_COLORCONTROL = Option<unsafe extern "system" fn(param0: *mut DD_COLORCONTROLDATA) -> u32>;
Aliased Type§
enum PDD_COLORCB_COLORCONTROL {
None,
Some(unsafe extern "system" fn(_: *mut DD_COLORCONTROLDATA) -> u32),
}