Function windows::Win32::Security::Cryptography::CryptDecrypt

pub unsafe fn CryptDecrypt<P0>(
    hkey: usize,
    hhash: usize,
    final: P0,
    dwflags: u32,
    pbdata: *mut u8,
    pdwdatalen: *mut u32,
) -> Result<()>
where P0: Param<BOOL>,