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