lua_pushcfunction

Function lua_pushcfunction 

Source
pub unsafe fn lua_pushcfunction(
    L: *mut lua_State,
    fn: lua_CFunction,
    debugname: *const c_char,
)
Expand description

Pushes a C function onto the stack.