pub unsafe extern "system" fn NCryptStreamOpenToProtect(
    hdescriptor: NCRYPT_DESCRIPTOR_HANDLE,
    dwflags: u32,
    hwnd: HWND,
    pstreaminfo: *const NCRYPT_PROTECT_STREAM_INFO,
    phstream: *mut NCRYPT_STREAM_HANDLE
) -> i32
Expand description

Required features: "Win32_Security_Cryptography", "Win32_Foundation"