pub unsafe extern "system" fn CreateBitmap(
    nWidth: i32,
    nHeight: i32,
    nPlanes: u32,
    nBitCount: u32,
    lpBits: *const c_void
) -> *mut HBITMAP__