Type Alias PFNDPAMERGECONST
pub type PFNDPAMERGECONST = Option<unsafe extern "system" fn(umsg: DPAMM_MESSAGE, pvdest: *const c_void, pvsrc: *const c_void, lparam: LPARAM) -> *mut c_void>;Aliased Type§
pub enum PFNDPAMERGECONST {
None,
Some(unsafe extern "system" fn(DPAMM_MESSAGE, *const c_void, *const c_void, LPARAM) -> *mut c_void),
}