Function windows::Win32::System::Registry::RegQueryMultipleValuesW

pub unsafe fn RegQueryMultipleValuesW<P0>(
    hkey: P0,
    val_list: &mut [VALENTW],
    lpvaluebuf: PWSTR,
    ldwtotsize: Option<*mut u32>,
) -> WIN32_ERROR
where P0: Param<HKEY>,