NSCreateHashTable

Function NSCreateHashTable 

Source
pub unsafe extern "C-unwind" fn NSCreateHashTable(
    call_backs: NSHashTableCallBacks,
    capacity: NSUInteger,
) -> Retained<NSHashTable>
Available on crate features NSHashTable and NSString only.
Expand description

ยงSafety

  • call_backs struct field 1 must be implemented correctly.
  • call_backs struct field 2 must be implemented correctly.
  • call_backs struct field 3 must be implemented correctly.
  • call_backs struct field 4 must be implemented correctly.
  • call_backs struct field 5 must be implemented correctly.