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