Function windows_sys::Win32::Security::Cryptography::CryptEncrypt

pub unsafe extern "system" fn CryptEncrypt(
    hkey: usize,
    hhash: usize,
    final: BOOL,
    dwflags: u32,
    pbdata: *mut u8,
    pdwdatalen: *mut u32,
    dwbuflen: u32,
) -> BOOL