struct lib_struct; int lib_create(struct lib_struct* s); int lib_destroy(struct lib_struct* s); void do_stuff(struct lib_struct* s);