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