Function lua_rawgetglobal

Source
pub unsafe extern "C" fn lua_rawgetglobal(
    L: *mut lua_State,
    var: *const c_char,
)