Type Alias RasCustomDeleteEntryNotifyFn
pub type RasCustomDeleteEntryNotifyFn = Option<unsafe extern "system" fn(lpszphonebook: PCWSTR, lpszentry: PCWSTR, dwflags: u32) -> u32>;Aliased Type§
pub enum RasCustomDeleteEntryNotifyFn {
None,
Some(unsafe extern "system" fn(PCWSTR, PCWSTR, u32) -> u32),
}