[][src]Function lua_rs::ffi::lua::lua_getglobal

pub unsafe extern "C" fn lua_getglobal(
    l: *mut lua_State,
    var: *const c_char
) -> c_int