pub unsafe extern "system" fn GdipGetImageDimension(
    image: *mut GpImage,
    width: *mut f32,
    height: *mut f32
) -> Status