Type Alias vitasdk_sys::SceKernelGetSystemSwVersionFunc
source · pub type SceKernelGetSystemSwVersionFunc = Option<unsafe extern "C" fn() -> c_int>;Aliased Type§
enum SceKernelGetSystemSwVersionFunc {
None,
Some(unsafe extern "C" fn() -> i32),
}