pub unsafe extern "C" fn aws_byte_buf_init(
    buf: *mut aws_byte_buf,
    allocator: *mut aws_allocator,
    capacity: usize
) -> c_int