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