Type Alias RasCustomEntryDlgFn
pub type RasCustomEntryDlgFn = Option<unsafe extern "system" fn(hinstdll: HINSTANCE, lpszphonebook: PCWSTR, lpszentry: PCWSTR, lpinfo: *mut RASENTRYDLGA, dwflags: u32) -> BOOL>;Aliased Type§
pub enum RasCustomEntryDlgFn {
None,
Some(unsafe extern "system" fn(HINSTANCE, PCWSTR, PCWSTR, *mut RASENTRYDLGA, u32) -> BOOL),
}