pub unsafe extern "system" fn NCryptEncrypt(
    hkey: usize,
    pbinput: *const u8,
    cbinput: u32,
    ppaddinginfo: *const c_void,
    pboutput: *mut u8,
    cboutput: u32,
    pcbresult: *mut u32,
    dwflags: NCRYPT_FLAGS
) -> i32
Expand description

Required features: ‘Win32_Security_Cryptography’