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