pub unsafe extern "system" fn CreateCompatibleBitmap(
    hdc: *mut HDC__,
    cx: i32,
    cy: i32
) -> *mut HBITMAP__