pub unsafe extern "system" fn GdipDrawImage(
    graphics: *mut GpGraphics,
    image: *mut GpImage,
    x: f32,
    y: f32
) -> Status