luaL_register

Function luaL_register 

Source
pub unsafe extern "C" fn luaL_register(
    p1: *mut lua_State,
    p2: *const c_char,
    p3: *const luaL_Reg,
)