lua_call

Function lua_call 

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