pub unsafe extern "system" fn GdipBitmapSetResolution(
    bitmap: *mut GpBitmap,
    xdpi: f32,
    ydpi: f32
) -> Status