pub unsafe extern "C" fn luaL_buffinitsize(
    l: *mut lua_State,
    b: *mut luaL_Buffer,
    sz: size_t
) -> *mut c_char