Function windows::Win32::Graphics::Gdi::CreateCompatibleBitmap

pub unsafe fn CreateCompatibleBitmap<P0>(hdc: P0, cx: i32, cy: i32) -> HBITMAP
where P0: Param<HDC>,