IMPORT_SECURITY_CONTEXT_FN_W

Type Alias IMPORT_SECURITY_CONTEXT_FN_W 

pub type IMPORT_SECURITY_CONTEXT_FN_W = Option<unsafe extern "system" fn(param0: *mut u16, param1: *mut SecBuffer, param2: *mut c_void, param3: *mut SecHandle) -> HRESULT>;

Aliased Type§

pub enum IMPORT_SECURITY_CONTEXT_FN_W {
    None,
    Some(unsafe extern "system" fn(*mut u16, *mut SecBuffer, *mut c_void, *mut SecHandle) -> HRESULT),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(*mut u16, *mut SecBuffer, *mut c_void, *mut SecHandle) -> HRESULT)

Some value of type T.