windows::Win32::Security::Cryptography

Function BCryptSetProperty

pub unsafe fn BCryptSetProperty<P1>(
    hobject: BCRYPT_HANDLE,
    pszproperty: P1,
    pbinput: &[u8],
    dwflags: u32,
) -> NTSTATUS
where P1: Param<PCWSTR>,