pub unsafe extern "C-unwind" fn luaL_addlstring(
    B: *mut luaL_Strbuf,
    s: *const c_char,
    l: usize
)
Available on crate feature luau only.