Function windows::Win32::Security::Cryptography::GenerateDerivedKey

pub unsafe fn GenerateDerivedKey<P0>(
    hcrypto: *const INFORMATIONCARD_CRYPTO_HANDLE,
    plabel: &[u8],
    pnonce: &[u8],
    derivedkeylength: u32,
    offset: u32,
    algid: P0,
    pcbkey: *mut u32,
    ppkey: *mut *mut u8,
) -> Result<()>
where P0: Param<PCWSTR>,