Function windows::Win32::UI::WindowsAndMessaging::CreateWindowExW

pub unsafe fn CreateWindowExW<P0, P1, P2, P3, P4>(
    dwexstyle: WINDOW_EX_STYLE,
    lpclassname: P0,
    lpwindowname: P1,
    dwstyle: WINDOW_STYLE,
    x: i32,
    y: i32,
    nwidth: i32,
    nheight: i32,
    hwndparent: P2,
    hmenu: P3,
    hinstance: P4,
    lpparam: Option<*const c_void>,
) -> Result<HWND>
where P0: Param<PCWSTR>, P1: Param<PCWSTR>, P2: Param<HWND>, P3: Param<HMENU>, P4: Param<HINSTANCE>,