pub unsafe fn InstallHinfSectionW<P0, P1, P2>(
    window: P0,
    modulehandle: P1,
    commandline: P2,
    showcommand: i32
)
where P0: IntoParam<HWND>, P1: IntoParam<HINSTANCE>, P2: IntoParam<PCWSTR>,