pub unsafe fn ResUtilGetSzValue<P0, P1>(
    hkeyclusterkey: P0,
    pszvaluename: P1
) -> PWSTR
where P0: IntoParam<HKEY>, P1: IntoParam<PCWSTR>,