Function CreateDialogParamW
pub unsafe fn CreateDialogParamW<P1>(
hinstance: Option<HINSTANCE>,
lptemplatename: P1,
hwndparent: Option<HWND>,
lpdialogfunc: DLGPROC,
dwinitparam: LPARAM,
) -> Result<HWND>where
P1: Param<PCWSTR>,