pub unsafe extern "system" fn SetPixel(
    hdc: *mut HDC__,
    x: i32,
    y: i32,
    color: u32
) -> u32