pub unsafe fn lua_pushcfunction( L: *mut lua_State, fn: lua_CFunction, debugname: *const c_char, )
Pushes a C function onto the stack.