Function capCreateCaptureWindowW
pub unsafe fn capCreateCaptureWindowW<P0>(
lpszwindowname: P0,
dwstyle: u32,
x: i32,
y: i32,
nwidth: i32,
nheight: i32,
hwndparent: Option<HWND>,
nid: i32,
) -> HWNDwhere
P0: Param<PCWSTR>,