pub unsafe extern "system" fn ResUtilSetBinaryValue(
    hkeyclusterkey: HKEY,
    pszvaluename: PCWSTR,
    pbnewvalue: *const u8,
    cbnewvaluesize: u32,
    ppboutvalue: *mut *mut u8,
    pcboutvaluesize: *mut u32
) -> u32
Expand description

Required features: "Win32_System_Registry"