pub unsafe extern "C" fn luaL_addlstring(
    b: *mut luaL_Buffer,
    s: *const c_char,
    l: size_t
)