windows::Win32::UI::Shell

Function WinHelpW

pub unsafe fn WinHelpW<P1>(
    hwndmain: Option<HWND>,
    lpszhelp: P1,
    ucommand: u32,
    dwdata: usize,
) -> Result<()>
where P1: Param<PCWSTR>,