Function lua_getinfo

Source
pub unsafe extern "C" fn lua_getinfo(
    L: *mut lua_State,
    what: *const i8,
    ar: *mut lua_Debug,
) -> i32