pub unsafe extern "system" fn NCryptStreamUpdate(
    hstream: NCRYPT_STREAM_HANDLE,
    pbdata: *const u8,
    cbdata: usize,
    ffinal: BOOL
) -> i32
Expand description

Required features: "Win32_Security_Cryptography", "Win32_Foundation"