Function aw::lua_pushcfunction[][src]

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