Skip to main content

switch_core_hash_insert_destructor

Function switch_core_hash_insert_destructor 

Source
pub unsafe extern "C" fn switch_core_hash_insert_destructor(
    hash: *mut switch_hash_t,
    key: *const c_char,
    data: *const c_void,
    destructor: hashtable_destructor_t,
) -> switch_status_t