Function lua_pushcfunction

Source
pub unsafe fn lua_pushcfunction(
    L: *mut lua_State,
    f: extern "C" fn(*mut lua_State) -> i32,
)