pub unsafe extern "system" fn ResUtilSetMultiSzValue(
    hkeyclusterkey: HKEY,
    pszvaluename: PWSTR,
    psznewvalue: PWSTR,
    cbnewvaluesize: u32,
    ppszoutvalue: *mut PWSTR,
    pcboutvaluesize: *mut u32
) -> u32
Expand description

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