pub unsafe extern "C-unwind" fn NSHashInsert(
table: &NSHashTable,
pointer: *const c_void,
)
Available on crate feature
NSHashTable
only.Expand description
ยงSafety
table
generic should be of the correct type.pointer
must be a valid pointer or null.