pub unsafe extern "C" fn R_GE_rasterInterpolate(
    sraster: *mut c_uint,
    sw: c_int,
    sh: c_int,
    draster: *mut c_uint,
    dw: c_int,
    dh: c_int
)