[][src]Function winapi::shared::bcrypt::BCryptDeriveKeyCapi

pub unsafe extern "system" fn BCryptDeriveKeyCapi(
    hHash: BCRYPT_HASH_HANDLE,
    hTargetAlg: BCRYPT_ALG_HANDLE,
    pbDerivedKey: PUCHAR,
    cbDerivedKey: ULONG,
    dwFlags: ULONG
) -> NTSTATUS