Function lua_getstring

Source
pub unsafe extern "C" fn lua_getstring(
    L: *mut lua_State,
    idx: c_int,
    len: *mut usize,
) -> *const c_char