Type Alias windows::Win32::Security::Authentication::Identity::ENCRYPT_MESSAGE_FN

pub type ENCRYPT_MESSAGE_FN = Option<unsafe extern "system" fn(param0: *mut SecHandle, param1: u32, param2: *mut SecBufferDesc, param3: u32) -> HRESULT>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.