windows::Win32::Security::Cryptography

Function CryptGetOIDFunctionValue

pub unsafe fn CryptGetOIDFunctionValue<P1, P2, P3>(
    dwencodingtype: u32,
    pszfuncname: P1,
    pszoid: P2,
    pwszvaluename: P3,
    pdwvaluetype: Option<*mut u32>,
    pbvaluedata: Option<*mut u8>,
    pcbvaluedata: Option<*mut u32>,
) -> Result<()>
where P1: Param<PCSTR>, P2: Param<PCSTR>, P3: Param<PCWSTR>,