pub unsafe fn lua_pushliteral(
    state: *mut lua_State,
    str: *const c_char
) -> *const c_char