pub type APPLY_CONTROL_TOKEN_FN = Option<unsafe extern "system" fn(param0: *mut SecHandle, param1: *mut SecBufferDesc) -> HRESULT>;
Expand description

Required features: "Win32_Security_Credentials"

Aliased Type§

enum APPLY_CONTROL_TOKEN_FN {
    None,
    Some(unsafe extern "system" fn(_: *mut SecHandle, _: *mut SecBufferDesc) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *mut SecHandle, _: *mut SecBufferDesc) -> i32)

Some value of type T.