#[unsafe(export_name = "luaH_new")]pub unsafe extern "C" fn lua_h_new_export( l: *mut lua_State, narray: c_int, nhash: c_int, ) -> *mut c_void