CryptDeriveKey

Function CryptDeriveKey 

Source
pub unsafe extern "system" fn CryptDeriveKey(
    hProv: HCRYPTPROV,
    Algid: ALG_ID,
    hBaseData: HCRYPTHASH,
    dwFlags: DWORD,
    phKey: *mut HCRYPTKEY,
) -> BOOL