windows::Win32::Security::Cryptography

Function CryptSetOIDFunctionValue

pub unsafe fn CryptSetOIDFunctionValue<P1, P2, P3>(
    dwencodingtype: u32,
    pszfuncname: P1,
    pszoid: P2,
    pwszvaluename: P3,
    dwvaluetype: REG_VALUE_TYPE,
    pbvaluedata: Option<&[u8]>,
) -> BOOL
where P1: Param<PCSTR>, P2: Param<PCSTR>, P3: Param<PCWSTR>,