Type Alias FNAPONOTIFICATIONCALLBACK
pub type FNAPONOTIFICATIONCALLBACK = Option<unsafe extern "system" fn(pproperties: *mut APO_REG_PROPERTIES, pvrefdata: *mut c_void) -> HRESULT>;Aliased Type§
pub enum FNAPONOTIFICATIONCALLBACK {
None,
Some(unsafe extern "system" fn(*mut APO_REG_PROPERTIES, *mut c_void) -> HRESULT),
}