Function windows::Win32::Security::Cryptography::NCryptDeriveKey

pub unsafe fn NCryptDeriveKey<P0, P1>(
    hsharedsecret: P0,
    pwszkdf: P1,
    pparameterlist: Option<*const BCryptBufferDesc>,
    pbderivedkey: Option<&mut [u8]>,
    pcbresult: *mut u32,
    dwflags: u32,
) -> Result<()>
where P0: Param<NCRYPT_SECRET_HANDLE>, P1: Param<PCWSTR>,