Type Alias windows::Win32::Security::Cryptography::BCryptDestroyKeyFn

pub type BCryptDestroyKeyFn = Option<unsafe extern "system" fn(hkey: BCRYPT_KEY_HANDLE) -> NTSTATUS>;

Aliased Type§

enum BCryptDestroyKeyFn {
    None,
    Some(unsafe extern "system" fn(_: BCRYPT_KEY_HANDLE) -> NTSTATUS),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: BCRYPT_KEY_HANDLE) -> NTSTATUS)

Some value of type T.