Type Alias GetAsymmetricEncryptionInterfaceFn
pub type GetAsymmetricEncryptionInterfaceFn = Option<unsafe extern "system" fn(pszprovidername: PCWSTR, pszalgid: PCWSTR, ppfunctiontable: *mut *mut BCRYPT_ASYMMETRIC_ENCRYPTION_FUNCTION_TABLE, dwflags: u32) -> NTSTATUS>;Aliased Type§
pub enum GetAsymmetricEncryptionInterfaceFn {
None,
Some(unsafe extern "system" fn(PCWSTR, PCWSTR, *mut *mut BCRYPT_ASYMMETRIC_ENCRYPTION_FUNCTION_TABLE, u32) -> NTSTATUS),
}