LPOCNCONNPROCW

Type Alias LPOCNCONNPROCW 

Source
pub type LPOCNCONNPROCW = Option<unsafe extern "C" fn(arg1: SCARDCONTEXT, arg2: LPWSTR, arg3: LPWSTR, arg4: PVOID) -> SCARDHANDLE>;

Aliased Type§

pub enum LPOCNCONNPROCW {
    None,
    Some(unsafe extern "C" fn(u64, *mut u16, *mut u16, *mut c_void) -> u64),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(u64, *mut u16, *mut u16, *mut c_void) -> u64)

Some value of type T.