pub unsafe extern "C" fn SkMemoryStream_setMemory(
    this: *mut c_void,
    data: *const c_void,
    length: usize,
    copyData: bool
)