Type Alias vitasdk_sys::SceNetResolverFunctionFree
source · 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§
enum SceNetResolverFunctionFree {
None,
Some(unsafe extern "C" fn(_: *mut c_void, _: i32, _: *const i8, _: *mut c_void)),
}