pub unsafe extern "C" fn SkData_copyRange(
    this: *const SkData,
    offset: usize,
    length: usize,
    buffer: *mut c_void
) -> usize