Type Alias windows::Win32::Security::Cryptography::SslFreeObjectFn

pub type SslFreeObjectFn = Option<unsafe extern "system" fn(hobject: NCRYPT_HANDLE, dwflags: u32) -> HRESULT>;

Aliased Type§

enum SslFreeObjectFn {
    None,
    Some(unsafe extern "system" fn(_: NCRYPT_HANDLE, _: u32) -> HRESULT),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: NCRYPT_HANDLE, _: u32) -> HRESULT)

Some value of type T.