pub unsafe fn lua_pcall(
    l: *mut lua_State,
    nargs: c_int,
    nresults: c_int,
    msgh: c_int
) -> c_int