pub unsafe fn DCICreateOverlay<P0>(
    hdc: P0,
    lpoffscreensurf: *mut c_void,
    lplpsurface: *mut *mut DCIOVERLAY
) -> i32
where P0: IntoParam<HDC>,