pub unsafe extern "C" fn aws_hash_table_init(
    map: *mut AwsCHashTable,
    alloc: *const AwsCAllocator,
    size: usize,
    hash_fn: *const AwsCHashFn,
    equals_fn: *const AwsCHashCallbackEqFn,
    destroy_key_fn: *const AwsCHashCallbackDestroyFn,
    destroy_value_fn: *const AwsCHashCallbackDestroyFn
) -> i32