pub unsafe fn DCICreatePrimary<P0>(
    hdc: P0,
    lplpsurface: *mut *mut DCISURFACEINFO
) -> i32
where P0: IntoParam<HDC>,