pub unsafe extern "system" fn ClusterRegSetValueEx(
    hkey: HKEY,
    lpszvaluename: PCWSTR,
    dwtype: u32,
    lpdata: *const u8,
    cbdata: u32,
    lpszreason: PCWSTR
) -> u32
Expand description

Required features: "Win32_System_Registry"