pub unsafe extern "C" fn aws_hash_table_remove(
    map: *mut AwsCHashTable,
    key: *const c_void,
    p_value: *mut AwsCHashElement,
    was_present: *mut i32
) -> i32