pub unsafe extern "C" fn lua_totalbytes(
    L: *mut lua_State,
    category: c_int
) -> usize
Available on crate feature luau only.