windows::Win32::Security::Cryptography

Function NCryptSetProperty

pub unsafe fn NCryptSetProperty<P1>(
    hobject: NCRYPT_HANDLE,
    pszproperty: P1,
    pbinput: &[u8],
    dwflags: NCRYPT_FLAGS,
) -> Result<()>
where P1: Param<PCWSTR>,