Type Alias vitasdk_sys::ScePvfFontChcheWriteToCacheFunc
source · pub type ScePvfFontChcheWriteToCacheFunc = Option<unsafe extern "C" fn(cacheInstance: ScePvfPointer, cacheSlot: ScePvfPointer, data0: ScePvfPointer, size: ScePvfInt) -> ScePvfS32>;Aliased Type§
enum ScePvfFontChcheWriteToCacheFunc {
None,
Some(unsafe extern "C" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: i32) -> i32),
}