pub unsafe fn luaL_loadbuffer(
    l: *mut lua_State,
    s: *const c_char,
    sz: size_t,
    n: *const c_char
) -> c_int