lua_call

Function lua_call 

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