pub type RasCustomEntryDlgFn = Option<unsafe extern "system" fn(hinstdll: HINSTANCE, lpszphonebook: PCWSTR, lpszentry: PCWSTR, lpinfo: *mut RASENTRYDLGA, dwflags: u32) -> BOOL>;

Aliased Type§

enum RasCustomEntryDlgFn {
    None,
    Some(unsafe extern "system" fn(_: HINSTANCE, _: PCWSTR, _: PCWSTR, _: *mut RASENTRYDLGA, _: u32) -> BOOL),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: HINSTANCE, _: PCWSTR, _: PCWSTR, _: *mut RASENTRYDLGA, _: u32) -> BOOL)

Some value of type T.