pub unsafe extern "system" fn CryptSetOIDFunctionValue(
    dwencodingtype: u32,
    pszfuncname: PCSTR,
    pszoid: PCSTR,
    pwszvaluename: PCWSTR,
    dwvaluetype: REG_VALUE_TYPE,
    pbvaluedata: *const u8,
    cbvaluedata: u32
) -> BOOL
Expand description

Required features: "Win32_Foundation", "Win32_System_Registry"