[][src]Function libembroidery_sys::HashTableSetDeallocationFunctions

pub unsafe extern "C" fn HashTableSetDeallocationFunctions(
    hashTable: *mut HashTable,
    keyDeallocator: Option<unsafe extern "C" fn(key: *mut c_void)>,
    valueDeallocator: Option<unsafe extern "C" fn(value: *mut c_void)>
)