Function lua_getglobal_

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