Function BCryptKeyDerivation

Source
pub unsafe extern "C" fn BCryptKeyDerivation(
    hKey: BCRYPT_KEY_HANDLE,
    pParameterList: *mut BCryptBufferDesc,
    pbDerivedKey: PUCHAR,
    cbDerivedKey: ULONG,
    pcbResult: *mut ULONG,
    dwFlags: ULONG,
) -> NTSTATUS