Function windows::Win32::Security::Cryptography::BCryptDeriveKey

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