Function CryptDeriveKey

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