pub type SceNetResolverFunctionFree = Option<unsafe extern "C" fn(ptr: *mut c_void, rid: c_int, name: *const c_char, user: *mut c_void)>;Aliased Type§
pub enum SceNetResolverFunctionFree {
None,
Some(unsafe extern "C" fn(*mut c_void, i32, *const i8, *mut c_void)),
}