Function lua_pushcfunction

Source
pub unsafe fn lua_pushcfunction(l: *mut State, func: CFunction)
Expand description

Equivalent to the lua_pushcfunction C macro.

ยงSafety

l must be a valid pointer to a Lua state.