lua_getinfo

Function lua_getinfo 

Source
pub unsafe extern "C-unwind" fn lua_getinfo(
    L: *mut lua_State,
    what: *const i8,
    ar: *mut lua_Debug,
) -> i32
Available on crate feature mlua and (crate features lua51 or luajit) only.