Function windows_sys::Win32::Security::Cryptography::BCryptEncrypt

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: BCRYPT_FLAGS,
) -> NTSTATUS