[][src]Function lua_rs::ffi::lua::lua_pcall

pub unsafe fn lua_pcall(
    l: *mut lua_State,
    n: c_int,
    r: c_int,
    f: c_int
) -> c_int