pub type SceKernelGetSystemSwVersionFunc = Option<unsafe extern "C" fn() -> c_int>;
pub enum SceKernelGetSystemSwVersionFunc { None, Some(unsafe extern "C" fn() -> i32), }
No value.
Some value of type T.
T