Type Alias windows_sys::Win32::Security::Cryptography::BCryptGenerateKeyPairFn
pub type BCryptGenerateKeyPairFn = Option<unsafe extern "system" fn(halgorithm: BCRYPT_ALG_HANDLE, phkey: *mut BCRYPT_KEY_HANDLE, dwlength: u32, dwflags: u32) -> NTSTATUS>;
Aliased Type§
enum BCryptGenerateKeyPairFn {
None,
Some(unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void, _: u32, _: u32) -> i32),
}