windows::Win32::Security::Cryptography

Function GetKeyStorageInterface

pub unsafe fn GetKeyStorageInterface<P0>(
    pszprovidername: P0,
    ppfunctiontable: *mut *mut NCRYPT_KEY_STORAGE_FUNCTION_TABLE,
    dwflags: u32,
) -> NTSTATUS
where P0: Param<PCWSTR>,