pub unsafe fn ResUtilSetExpandSzValue<P0, P1, P2>(
    hkeyclusterkey: P0,
    pszvaluename: P1,
    psznewvalue: P2,
    ppszoutstring: Option<*mut PWSTR>
) -> u32
where P0: IntoParam<HKEY>, P1: IntoParam<PCWSTR>, P2: IntoParam<PCWSTR>,