Type Alias windows_sys::Win32::Security::Credentials::LPOCNCONNPROCW
pub type LPOCNCONNPROCW = Option<unsafe extern "system" fn(param0: usize, param1: PCWSTR, param2: PCWSTR, param3: *const c_void) -> usize>;
Aliased Type§
enum LPOCNCONNPROCW {
None,
Some(unsafe extern "system" fn(_: usize, _: *const u16, _: *const u16, _: *const c_void) -> usize),
}