raylib_sys::ffi_funcs
pub unsafe extern "C" fn ImageResizeCanvas( image: *mut Image, newWidth: c_int, newHeight: c_int, offsetX: c_int, offsetY: c_int, color: Color)