pub unsafe extern "C-unwind" fn lua_pushcclosure(
L: *mut lua_State,
f: lua_CFunction,
n: c_int,
)
Available on crate feature
lua52
only.pub unsafe extern "C-unwind" fn lua_pushcclosure(
L: *mut lua_State,
f: lua_CFunction,
n: c_int,
)
lua52
only.