lua_register

Function lua_register 

Source
pub unsafe fn lua_register(
    L: *mut lua_State,
    n: *const c_char,
    f: lua_CFunction,
)