pub unsafe extern "C" fn SkRegion_translate(
    this: *const SkRegion,
    dx: c_int,
    dy: c_int,
    dst: *mut SkRegion
)