lua_register

Function lua_register 

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