Function lua_call

Source
pub unsafe extern "C" fn lua_call(
    L: *mut State,
    nargs: i32,
    nresults: i32,
)