Function aw::lua_register[][src]

pub unsafe fn lua_register(
    L: *mut lua_State,
    name: *const i8,
    f: extern "C" fn(*mut lua_State) -> i32
)