Type Alias PDELAYLOAD_FAILURE_DLL_CALLBACK
pub type PDELAYLOAD_FAILURE_DLL_CALLBACK = Option<unsafe extern "system" fn(notificationreason: u32, delayloadinfo: *const DELAYLOAD_INFO) -> *mut c_void>;Aliased Type§
pub enum PDELAYLOAD_FAILURE_DLL_CALLBACK {
None,
Some(unsafe extern "system" fn(u32, *const DELAYLOAD_INFO) -> *mut c_void),
}