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)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut c_void, _: i32, _: *const i8, _: *mut c_void))

Some value of type T.