pub unsafe fn capCreateCaptureWindowA<P0, P1>(
    lpszwindowname: P0,
    dwstyle: u32,
    x: i32,
    y: i32,
    nwidth: i32,
    nheight: i32,
    hwndparent: P1,
    nid: i32
) -> HWND
where P0: IntoParam<PCSTR>, P1: IntoParam<HWND>,