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