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