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