Function lua_cpcall

Source
pub unsafe extern "C" fn lua_cpcall(
    L: *mut lua_State,
    func: lua_CFunction,
    ud: *mut c_void,
) -> c_int