pub unsafe fn RegInstallW<P0, P1>(
    hmod: P0,
    pszsection: P1,
    psttable: *const STRTABLEW
) -> Result<()>
where P0: IntoParam<HMODULE>, P1: IntoParam<PCWSTR>,