Function RegQueryValueW

Source
pub unsafe extern "C" fn RegQueryValueW(
    hKey: HKEY,
    lpSubKey: LPCWSTR,
    lpData: LPWSTR,
    lpcbData: PLONG,
) -> LSTATUS