Function objc2_foundation::NSHashGet

source ยท
pub unsafe extern "C" fn NSHashGet(
    table: &NSHashTable,
    pointer: *mut c_void
) -> NonNull<c_void>
Available on crate feature NSHashTable only.