Function lua_register

Source
pub unsafe fn lua_register(
    L: *mut lua_State,
    n: *const i8,
    f: unsafe extern "C-unwind" fn(*mut lua_State) -> i32,
)
Available on crate feature mlua only.