Skip to main content

switch_core_hash_insert_wrlock

Function switch_core_hash_insert_wrlock 

Source
pub unsafe extern "C" fn switch_core_hash_insert_wrlock(
    hash: *mut switch_hash_t,
    key: *const c_char,
    data: *const c_void,
    rwlock: *mut switch_thread_rwlock_t,
) -> switch_status_t