Type Alias SslImportMasterKeyFn
pub type SslImportMasterKeyFn = Option<unsafe extern "system" fn(hsslprovider: NCRYPT_PROV_HANDLE, hprivatekey: NCRYPT_KEY_HANDLE, phmasterkey: *mut NCRYPT_KEY_HANDLE, dwprotocol: u32, dwciphersuite: u32, pparameterlist: *const BCryptBufferDesc, pbencryptedkey: *const u8, cbencryptedkey: u32, dwflags: u32) -> HRESULT>;Aliased Type§
pub enum SslImportMasterKeyFn {
None,
Some(unsafe extern "system" fn(NCRYPT_PROV_HANDLE, NCRYPT_KEY_HANDLE, *mut NCRYPT_KEY_HANDLE, u32, u32, *const BCryptBufferDesc, *const u8, u32, u32) -> HRESULT),
}Variants§
None
No value.
Some(unsafe extern "system" fn(NCRYPT_PROV_HANDLE, NCRYPT_KEY_HANDLE, *mut NCRYPT_KEY_HANDLE, u32, u32, *const BCryptBufferDesc, *const u8, u32, u32) -> HRESULT)
Some value of type T.