pub unsafe extern "system" fn BCryptEncrypt(
    hkey: BCRYPT_KEY_HANDLE,
    pbinput: *const u8,
    cbinput: u32,
    ppaddinginfo: *const c_void,
    pbiv: *mut u8,
    cbiv: u32,
    pboutput: *mut u8,
    cboutput: u32,
    pcbresult: *mut u32,
    dwflags: NCRYPT_FLAGS
) -> NTSTATUS
Expand description

Required features: "Win32_Security_Cryptography", "Win32_Foundation"