Function NSHashGet

Source
pub unsafe extern "C-unwind" fn NSHashGet(
    table: &NSHashTable,
    pointer: *const c_void,
) -> NonNull<c_void>
Available on crate feature NSHashTable only.