[][src]Function pm_rlua::lua_pushcfunction

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