Function windows::Win32::Security::Cryptography::NCryptSetProperty

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