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

Required features: ‘Win32_Security_Cryptography’, ‘Win32_Foundation’, ‘Win32_System_Registry’