Skip to main content

luaD_rawrunprotected

Function luaD_rawrunprotected 

Source
pub unsafe fn luaD_rawrunprotected(
    L: *mut lua_State,
    f: Pfunc,
    ud: *mut c_void,
) -> c_int