pub unsafe extern "C" fn R_GE_rasterResizeForRotation(
    sraster: *mut c_uint,
    w: c_int,
    h: c_int,
    newRaster: *mut c_uint,
    wnew: c_int,
    hnew: c_int,
    gc: pGEcontext
)