pub unsafe fn CreateCaret<P0, P1>(
    hwnd: P0,
    hbitmap: P1,
    nwidth: i32,
    nheight: i32
) -> Result<()>
where P0: IntoParam<HWND>, P1: IntoParam<HBITMAP>,