Skip to main content

luaD_pcall

Function luaD_pcall 

Source
pub unsafe fn luaD_pcall(
    L: *mut lua_State,
    func: Pfunc,
    u: *mut c_void,
    old_top: isize,
    ef: isize,
) -> i32