Skip to main content

switch_core_hash_insert_locked

Function switch_core_hash_insert_locked 

Source
pub unsafe extern "C" fn switch_core_hash_insert_locked(
    hash: *mut switch_hash_t,
    key: *const c_char,
    data: *const c_void,
    mutex: *mut switch_mutex_t,
) -> switch_status_t